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

index 5ebd0c5766943a9fd0d6cf7d9ffbf883d63650aa..d287e84866949f8ec0181fd2e57f56ba9f057ea6 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.226 2010/08/17 04:37:20 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.227 2010/08/25 18:18:41 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>