mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Document replacement of pg_class.relistemp with relpersistence.
Noted by Tom Lane.
This commit is contained in:
parent
f5e4f743e6
commit
d26849ee26
@ -1629,12 +1629,11 @@
|
|||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><structfield>relistemp</structfield></entry>
|
<entry><structfield>relpersistence</structfield></entry>
|
||||||
<entry><type>bool</type></entry>
|
<entry><type>bool</type></entry>
|
||||||
<entry></entry>
|
<entry></entry>
|
||||||
<entry>
|
<entry>
|
||||||
True if this table is a temporary relation. If so, only the creating
|
<literal>p</> = permanent table, <literal>t</> = temporary table
|
||||||
session can safely access its contents.
|
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user