|
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 $ --> |
2 | 2 | <!-- |
3 | 3 | Documentation of the system catalogs, directed toward PostgreSQL developers |
4 | 4 | --> |
|
1444 | 1444 | </entry> |
1445 | 1445 | </row> |
1446 | 1446 |
|
| 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 | + |
1447 | 1457 | <row> |
1448 | 1458 | <entry><structfield>relowner</structfield></entry> |
1449 | 1459 | <entry><type>oid</type></entry> |
|