Commit 95473709 authored by Fujii Masao's avatar Fujii Masao

Add description of temporary column into pg_replication_slots doc.

Ayumi Ishii
parent 6c488ea1
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment