diff options
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 5 |
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> |