]> granicus.if.org Git - postgresql/commitdiff
Add missing description of reloftype field
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 25 Aug 2010 18:18:38 +0000 (18:18 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 25 Aug 2010 18:18:38 +0000 (18:18 +0000)
doc/src/sgml/catalogs.sgml

index 4732481e2708288db6d12b5983f3fb76a9941d24..b77002aed8d9f795e1b0a64a00226a3f3ec1a2c5 100644 (file)
@@ -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
  -->
       </entry>
      </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>