Hi,
> Here is a patch that adds temporary column's description to
> pg_replication_slots document.
Attached patch is updated version to add detailed description.
Regards,
--
Ayumi Ishii
2017-01-19 15:56 GMT+09:00 Ishii Ayumi <[email protected]>:
> Hi,
>
> Here is a patch that adds temporary column's description to
> pg_replication_slots document.
>
> Regards,
> --
> Ayumi Ishii
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 4930506..417274e 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -9007,6 +9007,13 @@ 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>
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers