Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d26849e

Browse files
committed
Document replacement of pg_class.relistemp with relpersistence.
Noted by Tom Lane.
1 parent f5e4f74 commit d26849e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,12 +1629,11 @@
16291629
</row>
16301630

16311631
<row>
1632-
<entry><structfield>relistemp</structfield></entry>
1632+
<entry><structfield>relpersistence</structfield></entry>
16331633
<entry><type>bool</type></entry>
16341634
<entry></entry>
16351635
<entry>
1636-
True if this table is a temporary relation. If so, only the creating
1637-
session can safely access its contents.
1636+
<literal>p</> = permanent table, <literal>t</> = temporary table
16381637
</entry>
16391638
</row>
16401639

0 commit comments

Comments
 (0)