From d26849ee26e46a689fb7c228f98e10fb46c1b2a8 Mon Sep 17 00:00:00 2001 From: Robert Haas 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 217a04e4998..ef35fd9767e 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1629,12 +1629,11 @@ - relistemp + relpersistence bool - True if this table is a temporary relation. If so, only the creating - session can safely access its contents. + p = permanent table, t = temporary table