48.5. lt_object_ext

The catalog lt_object_ext stores extra information of the following objects:

Table 48.5. lt_object_ext Columns

Column Type

Description

objoid oid (references pg_class.oid pg_proc.oid lt_package.oid)

Object OID

objtype char

Object type: relkind of pg_class (r = ordinary table, i = index, S = sequence, v = view, c = composite type, f = foreign table, p = partitioned table, I = partitioned index) , F = obj in pg_proc, B = package, D = package body

ctime timestamptz

Create time of object