pg_ts_dict

The pg_ts_dict catalog provides information about text search dictionaries.

Column name Data type Description
oid oid A row identifier.
dictname name A text search dictionary name.
dictnamespace oid (references pg_namespace.oid) The OID of the namespace that contains this dictionary.
dictowner oid (references pg_authid.oid) The owner of the dictionary.
dicttemplate oid (references pg_ts_template.oid) The OID of the text search template for this dictionary.
dictinitoption text The initialization option string for the template.