We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4852d98 commit 01a24c9Copy full SHA for 01a24c9
src/backend/replication/slotfuncs.c
@@ -226,7 +226,8 @@ pg_drop_replication_slot(PG_FUNCTION_ARGS)
226
}
227
228
/*
229
- * pg_get_replication_slots - SQL SRF showing active replication slots.
+ * pg_get_replication_slots - SQL SRF showing all replication slots
230
+ * that currently exist on the database cluster.
231
*/
232
Datum
233
pg_get_replication_slots(PG_FUNCTION_ARGS)
0 commit comments