1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Add missing description of reloftype field

This commit is contained in:
Peter Eisentraut
2010-08-25 18:18:38 +00:00
parent 0d495e3412
commit a60d200092

View 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 Documentation of the system catalogs, directed toward PostgreSQL developers
--> -->
@ -1444,6 +1444,16 @@
</entry> </entry>
</row> </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> <row>
<entry><structfield>relowner</structfield></entry> <entry><structfield>relowner</structfield></entry>
<entry><type>oid</type></entry> <entry><type>oid</type></entry>