Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads

ALTER TEXT SEARCH PARSER

Name

ALTER TEXT SEARCH PARSER -- change the definition of a text search parser

Synopsis

ALTER TEXT SEARCH PARSERname RENAME TOnew_nameALTER TEXT SEARCH PARSERname SET SCHEMAnew_schema

Description

ALTER TEXT SEARCH PARSER changes the definition of a text search parser. Currently, the only supported functionality is to change the parser's name.

You must be a superuser to useALTER TEXT SEARCH PARSER.

Parameters

name

The name (optionally schema-qualified) of an existing text search parser.

new_name

The new name of the text search parser.

new_schema

The new schema for the text search parser.

Compatibility

There is noALTER TEXT SEARCH PARSER statement in the SQL standard.


PrevHomeNext
ALTER TEXT SEARCH DICTIONARYUpALTER TEXT SEARCH TEMPLATE
Go to PostgreSQL 9.4
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp