From d26849ee26e46a689fb7c228f98e10fb46c1b2a8 Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Mon, 13 Dec 2010 13:07:08 -0500 Subject: [PATCH] Document replacement of pg_class.relistemp with relpersistence. Noted by Tom Lane. --- doc/src/sgml/catalogs.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 217a04e499..ef35fd9767 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> -- 2.40.0