mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08: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
@ -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 New Issue
Block a user