Skip to content

Commit 52ba9a5

Browse files
committed
Add missing description of reloftype field
1 parent 7fc614c commit 52ba9a5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.226 2010/08/17 04:37:20 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.227 2010/08/25 18:18:41 petere Exp $ -->
22
<!--
33
Documentation of the system catalogs, directed toward PostgreSQL developers
44
-->
@@ -1444,6 +1444,16 @@
14441444
</entry>
14451445
</row>
14461446

1447+
<row>
1448+
<entry><structfield>reloftype</structfield></entry>
1449+
<entry><type>oid</type></entry>
1450+
<entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
1451+
<entry>
1452+
For typed tables, the OID of the underlying composite type,
1453+
zero for all other relations
1454+
</entry>
1455+
</row>
1456+
14471457
<row>
14481458
<entry><structfield>relowner</structfield></entry>
14491459
<entry><type>oid</type></entry>

0 commit comments

Comments
 (0)