Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9547370

Browse files
committed
Add description of temporary column into pg_replication_slots doc.
Ayumi Ishii
1 parent6c488ea commit9547370

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9315,6 +9315,15 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
93159315
null. Only logical slots have an associated database.</entry>
93169316
</row>
93179317

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+
93189327
<row>
93199328
<entry><structfield>active</structfield></entry>
93209329
<entry><type>boolean</type></entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp