Re: error when defining a search configuration named "default" - Mailing list pgsql-general

From Tom Lane
Subject Re: error when defining a search configuration named "default"
Date
Msg-id 10966.1322238970@sss.pgh.pa.us
Whole thread Raw
In response to error when defining a search configuration named "default"  (robert rottermann <robert@redcor.ch>)
List pgsql-general
robert rottermann <robert@redcor.ch> 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

pgsql-general by date:

Previous
From: David Johnston
Date:
Subject: Re: Recommended Protocol: Adding Rows to Table
Next
From: Rich Shepard
Date:
Subject: Re: Recommended Protocol: Adding Rows to Table