diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-02-19 11:57:31 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-02-19 11:57:31 -0500 |
commit | 7b3cf9ba9d3d12ad95c0a06cef04f9097a9c65cf (patch) | |
tree | 900234b191a9445447553b18ebbd1d8edff10d50 /doc/src | |
parent | 6f289c2b7d00f07f13f679092f7c71f78950e9da (diff) | |
download | postgresql-7b3cf9ba9d3d12ad95c0a06cef04f9097a9c65cf.tar.gz postgresql-7b3cf9ba9d3d12ad95c0a06cef04f9097a9c65cf.zip |
Document pg_replslot in storage.sgml.
Per an observation from Amit Kapila.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/storage.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 1f3f1f9bf97..c587b690474 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -90,6 +90,11 @@ Item </row> <row> + <entry><filename>pg_replslot</></entry> + <entry>Subdirectory containing replication slot data</entry> +</row> + +<row> <entry><filename>pg_serial</></entry> <entry>Subdirectory containing information about committed serializable transactions</entry> </row> |