47.4. lt_global_temp_table_ext

The catalog lt_global_temp_table_ext stores information about global temporary table.

Table 47.4. lt_global_temp_table_ext Columns

Column Type

Description

relid oid

Row identifier.

nspname name

The OID of the namespace that contains this relation.

relname name

Name of the table.

preserved boolean

True if the session-level global temporary table, False if the transaction-level global temporary table.

code text

Additional information, temporarily as a reserved field.


English|中文