バージョンごとのドキュメント一覧

53.59. pg_ts_config #

The <structname>pg_ts_config</structname> catalog contains entries representing text search configurations. A configuration specifies a particular text search parser and a list of dictionaries to use for each of the parser's output token types. The parser is shown in the <structname>pg_ts_config</structname> entry, but the token-to-dictionary mapping is defined by subsidiary entries in <link linkend="catalog-pg-ts-config-map"><structname>pg_ts_config_map</structname></link>. pg_ts_configカタログは、テキスト検索の設定を表す項目を含みます。 設定は、特定のテキスト検索パーサと、それぞれのパーサの出力トークン型のために使用される辞書の一覧を指定します。 パーサはpg_ts_config項目内に示されていますが、トークンと辞書の対応付けは、pg_ts_config_map内の補助項目内に定義されています。

<productname>PostgreSQL</productname>'s text search features are described at length in <xref linkend="textsearch"/>. PostgreSQLのテキスト検索機能については第12章で詳しく説明します。

表53.59 pg_ts_configの列

<title><structname>pg_ts_config</structname> Columns</title>

Column Type 列 型

Description 説明

oid oid

Row identifier 行識別子

cfgname name

Text search configuration name テキスト検索設定の名称

cfgnamespace oid (references <link linkend="catalog-pg-namespace"><structname>pg_namespace</structname></link>.<structfield>oid</structfield>) (参照先 pg_namespace.oid

The OID of the namespace that contains this configuration この設定を含む名前空間のOID

cfgowner oid (references <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.<structfield>oid</structfield>) (参照先 pg_authid.oid

Owner of the configuration この設定の所有者

cfgparser oid (references <link linkend="catalog-pg-ts-parser"><structname>pg_ts_parser</structname></link>.<structfield>oid</structfield>) (参照先 pg_ts_parser.oid

The OID of the text search parser for this configuration この設定のためのテキスト検索パーサのOID