8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c488ea commit 9547370Copy full SHA for 9547370
doc/src/sgml/catalogs.sgml
@@ -9315,6 +9315,15 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
9315
null. Only logical slots have an associated database.</entry>
9316
</row>
9317
9318
+ <row>
9319
+ <entry><structfield>temporary</structfield></entry>
9320
+ <entry><type>boolean</type></entry>
9321
+ <entry></entry>
9322
+ <entry>True if this is temporary replication slot. Temporary slots are
9323
+ not saved to disk and are automatically dropped on error or when
9324
+ the session has finished.</entry>
9325
+ </row>
9326
+
9327
<row>
9328
<entry><structfield>active</structfield></entry>
9329
<entry><type>boolean</type></entry>
0 commit comments