Re: [HACKERS] Full-text search default vs specified configuration

2008-02-22 Thread Oleg Bartunov
On Fri, 22 Feb 2008, Richard Huxton wrote: Tom Lane wrote: Richard Huxton <[EMAIL PROTECTED]> writes: Would there be any support for two changes in 8.4 though? 1. Tag tsvector/tsquery's with the (oid of) their configuration? 2. Either warn or require CASCADE on changes to a configuration/

Re: [HACKERS] Full-text search default vs specified configuration

2008-02-22 Thread Richard Huxton
Tom Lane wrote: Richard Huxton <[EMAIL PROTECTED]> writes: Would there be any support for two changes in 8.4 though? 1. Tag tsvector/tsquery's with the (oid of) their configuration? 2. Either warn or require CASCADE on changes to a configuration/dictionary that could impact existing indexe

Re: [HACKERS] Full-text search default vs specified configuration

2008-02-22 Thread Tom Lane
Richard Huxton <[EMAIL PROTECTED]> writes: > Would there be any support for two changes in 8.4 though? > 1. Tag tsvector/tsquery's with the (oid of) their configuration? > 2. Either warn or require CASCADE on changes to a > configuration/dictionary that could impact existing indexes etc. IIRC,