From: Fujii Masao Date: Fri, 20 Jan 2017 15:55:36 +0000 (+0900) Subject: Add description of temporary column into pg_replication_slots doc. X-Git-Tag: REL_10_BETA1~1061 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=954737095061e5b5f1d87fb8cc43f7f8afff64c6;p=postgresql.git Add description of temporary column into pg_replication_slots doc. Ayumi Ishii --- 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 @@ -9315,6 +9315,15 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx null. Only logical slots have an associated database. + + temporary + boolean + + 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. + + active boolean