git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: b55f2b6) | patch
Add SQL functions to monitor the directory contents of replication slots
2021年11月23日 10:29:42 +0000 (19:29 +0900)
2021年11月23日 10:29:42 +0000 (19:29 +0900)
commit 1922d7c6e1a74178bd2f1d5aa5a6ab921b3fcd34
Add SQL functions to monitor the directory contents of replication slots

This commit adds a set of functions able to look at the contents of
various paths related to replication slots:
- pg_ls_logicalsnapdir, for pg_logical/snapshots/
- pg_ls_logicalmapdir, for pg_logical/mappings/
- pg_ls_replslotdir, for pg_replslot/<slot_name>/

These are intended to be used by monitoring tools. Unlike pg_ls_dir(),
execution permission can be granted to non-superusers. Roles members of
pg_monitor gain have access to those functions.

Bump catalog version.

Author: Bharath Rupireddy
Reviewed-by: Nathan Bossart, Justin Pryzby
Discussion: https://postgr.es/m/CALj2ACWsfizZjMN6bzzdxOk1ADQQeSw8HhEjhmVXn_Pu+7VzLw@mail.gmail.com
contrib/test_decoding/expected/slot.out diff | blob | blame | history
contrib/test_decoding/sql/slot.sql diff | blob | blame | history
doc/src/sgml/func.sgml diff | blob | blame | history
src/backend/catalog/system_functions.sql diff | blob | blame | history
src/backend/utils/adt/genfile.c diff | blob | blame | history
src/include/catalog/catversion.h diff | blob | blame | history
src/include/catalog/pg_proc.dat diff | blob | blame | history
src/test/regress/expected/misc_functions.out diff | blob | blame | history
src/test/regress/sql/misc_functions.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /