Interface RegConfig

All Superinterfaces:
CatalogObject, CatalogObject.Addressed<RegConfig>, CatalogObject.Named<Lexicals.Identifier.Simple>, CatalogObject.Namespaced<Lexicals.Identifier.Simple>, CatalogObject.Owned

A PostgreSQL text search configuration.

This interface is included in the model per the (arguably arbitrary) goal of covering all the catalog classes for which a Reg... type is provided in PostgreSQL. However, completing its implementation (to include a parser() method) would require also defining an interface to represent a text search parser.