robert rottermann <[email protected]> writes:
> Now when I try to create such a configuration using:
> CREATE TEXT SEARCH CONFIGURATION default (
DEFAULT is a fully reserved word. If you insist on naming your
configuration (or any other kind of SQL object) that, you'll need
to double-quote the name ... not only here in the creation command,
but in every subsequent use of the name. Personally I'd choose
a different name.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general