aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-12-13 13:07:08 -0500
committerRobert Haas <rhaas@postgresql.org>2010-12-13 13:08:45 -0500
commitd26849ee26e46a689fb7c228f98e10fb46c1b2a8 (patch)
tree346740878363133c15a28f10197f9e6408ef5f4a
parentf5e4f743e6a84884156ac86948277df4c672865c (diff)
downloadpostgresql-d26849ee26e46a689fb7c228f98e10fb46c1b2a8.tar.gz
postgresql-d26849ee26e46a689fb7c228f98e10fb46c1b2a8.zip
Document replacement of pg_class.relistemp with relpersistence.
Noted by Tom Lane.
-rw-r--r--doc/src/sgml/catalogs.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 217a04e4998..ef35fd9767e 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/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>