projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c488ea
)
Add description of temporary column into pg_replication_slots doc.
author
Fujii Masao
<fujii@postgresql.org>
Fri, 20 Jan 2017 15:55:36 +0000
(
00:55
+0900)
committer
Fujii Masao
<fujii@postgresql.org>
Fri, 20 Jan 2017 15:55:36 +0000
(
00:55
+0900)
Ayumi Ishii
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index 7c758a5081a2a5662032e0edd4348ea816e36fed..524180e011d7eda3263f0b23699b161f88bd4477 100644
(file)
--- 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.</entry>
</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>