mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Add description of temporary column into pg_replication_slots doc.
Ayumi Ishii
This commit is contained in:
parent
6c488ea136
commit
9547370950
@ -9315,6 +9315,15 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
|
|||||||
null. Only logical slots have an associated database.</entry>
|
null. Only logical slots have an associated database.</entry>
|
||||||
</row>
|
</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>
|
<row>
|
||||||
<entry><structfield>active</structfield></entry>
|
<entry><structfield>active</structfield></entry>
|
||||||
<entry><type>boolean</type></entry>
|
<entry><type>boolean</type></entry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user