47.8. lt_trigger_ext

The catalog lt_trigger_ext stores some extension information of triggers.

Table 47.8. lt_trigger_ext Columns

Column Type

Description

tgnamespace oid (references pg_namespace.oid)

Namespace of trigger.

tgname name

Trigger name (must be unique among triggers of same table).

tgoid oid (references pg_trigger.oid)

oid of trigger.

tgsrc text

source code of oracle trigger.


English|中文