Document replacement of pg_class.relistemp with relpersistence.
authorRobert Haas <[email protected]>
Mon, 13 Dec 2010 18:07:08 +0000 (13:07 -0500)
committerRobert Haas <[email protected]>
Mon, 13 Dec 2010 18:08:45 +0000 (13:08 -0500)
Noted by Tom Lane.

doc/src/sgml/catalogs.sgml

index 217a04e4998b767884253b62af8b1e712c9a9a07..ef35fd9767ec7a25c23e613ed5f3765093470e3a 100644 (file)
      </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>