From a60d2000920de45e6c2c6055ea7f900645402616 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 25 Aug 2010 18:18:38 +0000 Subject: [PATCH] Add missing description of reloftype field --- doc/src/sgml/catalogs.sgml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 4732481e270..b77002aed8d 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ - + @@ -1444,6 +1444,16 @@ + + reloftype + oid + pg_type.oid + + For typed tables, the OID of the underlying composite type, + zero for all other relations + + + relowner oid -- 2.39.5