From 954737095061e5b5f1d87fb8cc43f7f8afff64c6 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Sat, 21 Jan 2017 00:55:36 +0900 Subject: [PATCH] Add description of temporary column into pg_replication_slots doc. Ayumi Ishii --- doc/src/sgml/catalogs.sgml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 7c758a5081..524180e011 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 -- 2.40.0