lt_object_ext
The catalog lt_object_ext
stores extra information of the following objects:
objects in pg_class(exclude toast)
objects in pg_proc
objects in lt_package, package and package body are recorded separately
Table 48.5. lt_object_ext
Columns
Column Type Description |
---|
Object OID |
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 |
Create time of object |