Updated on 2024-05-07 GMT+08:00

DICTIONARY

DICTIONARY displays the description of data dictionary tables and system views in the database. This view exists in both PG_CATALOG and SYS schema and all users can access this view.

Table 1 DICTIONARY columns

Name

Type

Description

table_name

character varying(128)

Object name.

comments

character varying(4000)

Comment on an object.