Re: text search vs schemas

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: text search vs schemas
Дата
Msg-id 20070817063644.GB20103@svana.org
обсуждение исходный текст
Ответ на Re: text search vs schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: text search vs schemas
Список pgsql-hackers
On Fri, Aug 17, 2007 at 01:16:22AM -0400, Tom Lane wrote:
> That seems like it'd fix the problem for expression indexes on
> to_tsvector calls, but I don't see how it fixes the problem for
> triggers.  We don't have any clear path for making trigger arguments
> be anything but a list of strings.

I'm unsure how it works now, but it seems reasonable that when a
regclass/regtype/regetc is passed to a trigger, pass it in OID form.
This can be cast back safely inside the trigger itself. Seems a little
hacky though...

Having it as a type would also help with tracking dependancies.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: text search vs schemas
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Re: cvsweb busted (was Re: [COMMITTERS] pgsql: Repair problems occurring when multiple RI updates have to be)