diff options
author | Fujii Masao | 2017-01-20 15:55:36 +0000 |
---|---|---|
committer | Fujii Masao | 2017-01-20 15:55:36 +0000 |
commit | 954737095061e5b5f1d87fb8cc43f7f8afff64c6 (patch) | |
tree | 9359227feb44cd86f7a4a3add2e199b0f85eb82f | |
parent | 6c488ea13634897df5f9b5769eb26bbc3d926ce0 (diff) |
Add description of temporary column into pg_replication_slots doc.
Ayumi Ishii
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 7c758a5081a..524180e011d 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -9316,6 +9316,15 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx </row> <row> + <entry><structfield>temporary</structfield></entry> + <entry><type>boolean</type></entry> + <entry></entry> + <entry>True if this is temporary replication slot. Temporary slots are + not saved to disk and are automatically dropped on error or when + the session has finished.</entry> + </row> + + <row> <entry><structfield>active</structfield></entry> <entry><type>boolean</type></entry> <entry></entry> |