From 7b3cf9ba9d3d12ad95c0a06cef04f9097a9c65cf Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 19 Feb 2014 11:57:31 -0500 Subject: [PATCH] Document pg_replslot in storage.sgml. Per an observation from Amit Kapila. --- doc/src/sgml/storage.sgml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 1f3f1f9bf9..c587b69047 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -89,6 +89,11 @@ Item Subdirectory containing LISTEN/NOTIFY status data + + pg_replslot + Subdirectory containing replication slot data + + pg_serial Subdirectory containing information about committed serializable transactions -- 2.39.5