| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
| Cc: | Gregory Stark <stark(at)enterprisedb(dot)com>, Trevor Talbot <quension(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Teodor Sigaev <teodor(at)sigaev(dot)ru> |
| Subject: | Re: text search vs schemas |
| Date: | 2007-08-17 15:52:54 |
| Message-ID: | 6145.1187365974@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> On Fri, Aug 17, 2007 at 10:42:09AM -0400, Tom Lane wrote:
>> If you insist on a solution that involves attaching type information
>> to trigger arguments, then we can forget about getting tsearch into 8.3.
> Hmm, maybe I didn't explain clearly enough. I meant that if the
> argument is a regclass for example, to pass it in the TG_ARGV list as
> the OID in *string form*.
Are you expecting the *user* to deal with that? If not, how is the
system supposed to know which trigger arguments to do it to? What
about dump and reload?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-08-17 16:14:11 | Re: tsearch2 in PostgreSQL 8.3? |
| Previous Message | Luke Lonergan | 2007-08-17 15:46:25 | Re: tsearch2 in PostgreSQL 8.3? |