| The PostgreSQL 9.0 Reference Manual - Volume 1B - SQL Command Reference
by The PostgreSQL Global Development Group Paperback (6"x9"), 488 pages ISBN 9781906966058 RRP £14.95 ($19.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
1.24 ALTER TEXT SEARCH PARSER
Name
ALTER TEXT SEARCH PARSER -- change the definition of a text search parser
Synopsis
ALTER TEXT SEARCH PARSER name RENAME TO new_name
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 use ALTER 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.
Compatibility
There is no ALTER TEXT SEARCH PARSER statement in
the SQL standard.
See Also
CREATE TEXT SEARCH PARSER, DROP TEXT SEARCH PARSER
| ISBN 9781906966058 | The PostgreSQL 9.0 Reference Manual - Volume 1B - SQL Command Reference | See the print edition |