Re: patch adding new regexp functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch adding new regexp functions
Дата
Msg-id 5214.1171586146@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: patch adding new regexp functions  (David Fetter <david@fetter.org>)
Ответы Re: patch adding new regexp functions  (David Fetter <david@fetter.org>)
Re: patch adding new regexp functions  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
David Fetter <david@fetter.org> writes:
> I've obviously misunderstood the scope of the TODO because it appears
> that an INSERT into pg_type at creation time for compound types that
> looks something like the below would do it.  What have I missed?

There are a couple of issues.  One is that we probably don't want two
pg_type entries for every single table.  Will you be satisfied if only
CREATE TYPE AS ... makes an array type?  The other is that, at least at
the time they were written, the array support routines couldn't handle
composite array values.  Things might or might not be easier today;
I don't think we had record_in and record_out in their current form
then.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: remove dbname arg from bootstrap mode
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP patch - INSERT-able log statements