pg_event_trigger_ddl_commands(OUT classid oid, OUT objid oid, OUT objsubid integer, OUT command_tag text, OUT object_type text, OUT schema_name text, OUT object_identity text, OUT in_extension boolean, OUT command pg_ddl_command)


Description

list DDL actions being executed by the current command

Parameters

Name Type Mode
classid oid OUT
objid oid OUT
objsubid integer OUT
command_tag text OUT
object_type text OUT
schema_name text OUT
object_identity text OUT
in_extension boolean OUT
command pg_ddl_command OUT

Definition