Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.60. pg_ts_config_map
Prev UpChapter 51. System CatalogsHome Next

51.60. pg_ts_config_map#

Thepg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output token type of each text search configuration's parser.

PostgreSQL's text search features are described at length inChapter 12.

Table 51.60. pg_ts_config_map Columns

Column Type

Description

mapcfgoid (referencespg_ts_config.oid)

The OID of thepg_ts_config entry owning this map entry

maptokentypeint4

A token type emitted by the configuration's parser

mapseqnoint4

Order in which to consult this entry (lowermapseqnos first)

mapdictoid (referencespg_ts_dict.oid)

The OID of the text search dictionary to consult



Prev Up Next
51.59. pg_ts_config Home 51.61. pg_ts_dict
pdfepub
Go to PostgreSQL 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp