Updated on 2024-06-03 GMT+08:00

DICTIONARY

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

Table 1 DICTIONARY columns

Name

Type

Description

table_name

character varying(64)

Object name.

comments

character varying(4000)

Comment on an object.