summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-08-25 18:18:38 +0000
committerPeter Eisentraut <peter_e@gmx.net>2010-08-25 18:18:38 +0000
commita60d2000920de45e6c2c6055ea7f900645402616 (patch)
tree4f298fce3b3639c1bdb1f3a019837b4e8bd85852
parent0d495e3412b4b7155a3004034db6de6e5c77e785 (diff)
Add missing description of reloftype field
-rw-r--r--doc/src/sgml/catalogs.sgml12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 4732481e270..b77002aed8d 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.225.2.1 2010/08/17 04:37:15 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.225.2.2 2010/08/25 18:18:38 petere Exp $ -->
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
-->
@@ -1445,6 +1445,16 @@
</row>
<row>
+ <entry><structfield>reloftype</structfield></entry>
+ <entry><type>oid</type></entry>
+ <entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
+ <entry>
+ For typed tables, the OID of the underlying composite type,
+ zero for all other relations
+ </entry>
+ </row>
+
+ <row>
<entry><structfield>relowner</structfield></entry>
<entry><type>oid</type></entry>
<entry><literal><link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.oid</literal></entry>