Document replacement of pg_class.relistemp with relpersistence.

Noted by Tom Lane.
pull/1/head
Robert Haas 15 years ago
parent f5e4f743e6
commit d26849ee26
  1. 5
      doc/src/sgml/catalogs.sgml

@ -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>

Loading…
Cancel
Save