Re: Proposal: syntax of operation with tsearch's configuration - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Proposal: syntax of operation with tsearch's configuration
Date
Msg-id 455E17C5.4050505@dunslane.net
Whole thread Raw
In response to Re: Proposal: syntax of operation with tsearch's configuration  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera wrote:
> Oleg Bartunov wrote:
>   
>> On Fri, 17 Nov 2006, Andrew Dunstan wrote:
>>     
>
>   
>>> I am also a bit concerned that the names of the proposed objects (parser, 
>>> dictionary) don't convey their purpose adequately. Maybe TS_DICTIONARY and 
>>> TS_PARSER might be better if we in fact need to name them.
>>>       
>> this looks reasonable to me.
>>     
>
> Huh, but we don't use keywords with ugly abbreviations and underscores.
> How about "FULLTEXT DICTIONARY" and "FULLTEXT PARSER"?  (Using
> "FULLTEXT" instead of "FULL TEXT" means you don't created common
> reserved words, and furthermore you don't collide with an existing type
> name.)
>   

good point. this works for me.

>
> We should also take the opportunity to discuss new keywords for the XML
> support -- will we use new grammar, or functions?
>
>   

Well, it will have to be keywords if we want to be able to do anything 
like the spec, IIRC.

cheers

andrew



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Proposal: syntax of operation with tsearch's configuration
Next
From: Tom Lane
Date:
Subject: Re: Proposal: syntax of operation with tsearch's configuration