Commit d26849ee authored by Robert Haas's avatar Robert Haas

Document replacement of pg_class.relistemp with relpersistence.

Noted by Tom Lane.
parent f5e4f743
......@@ -1629,12 +1629,11 @@
</row>
<row>
<entry><structfield>relistemp</structfield></entry>
<entry><structfield>relpersistence</structfield></entry>
<entry><type>bool</type></entry>
<entry></entry>
<entry>
True if this table is a temporary relation. If so, only the creating
session can safely access its contents.
<literal>p</> = permanent table, <literal>t</> = temporary table
</entry>
</row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment