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:
Amit Kapila 2022-11-22 15:22:00 +05:30
parent 0557e17702
commit a1efcda7c3

View File

@ -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)