mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
Improve comments atop pg_get_replication_slots.
Update comments atop pg_get_replication_slots to make it clear that it shows all replication slots that currently exist on the database cluster. Author: sirisha chamarthi Discussion: https://postgr.es/m/CAKrAKeXRuFpeiWS+STGFm-RFfW19sUDxju66JkyRi13kdQf94Q@mail.gmail.com
This commit is contained in:
parent
0557e17702
commit
a1efcda7c3
1 changed files with 2 additions and 1 deletions
|
|
@ -226,7 +226,8 @@ pg_drop_replication_slot(PG_FUNCTION_ARGS)
|
|||
}
|
||||
|
||||
/*
|
||||
* pg_get_replication_slots - SQL SRF showing active replication slots.
|
||||
* pg_get_replication_slots - SQL SRF showing all replication slots
|
||||
* that currently exist on the database cluster.
|
||||
*/
|
||||
Datum
|
||||
pg_get_replication_slots(PG_FUNCTION_ARGS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue