diff options
Diffstat (limited to 'doc/src/sgml/catalogs.sgml')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 0ab11dda6d2..eb17a0b71c4 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.199 2009/03/05 23:06:45 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.200 2009/03/31 17:59:55 tgl Exp $ --> <!-- Documentation of the system catalogs, directed toward PostgreSQL developers --> @@ -1533,6 +1533,16 @@ </row> <row> + <entry><structfield>relistemp</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 + </entry> + </row> + + <row> <entry><structfield>relkind</structfield></entry> <entry><type>char</type></entry> <entry></entry> |