Re: 8.1 removed functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.1 removed functions
Дата
Msg-id 2361.1133815643@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 8.1 removed functions  (Андрей <andyk@softwarium.net>)
Список pgsql-general
=?UTF-8?B?0JDQvdC00YDQtdC5?= <andyk@softwarium.net> writes:
>     Can someone answer - why in PostgreSQL 8.1 have been removed such
> functions as 'makeaclitem(...)' and
> 'information_schema.pg_keypositions()'.

Because code using them would be broken anyway by other changes in 8.1
--- for example, using pg_keypositions to iterate over function
arguments would now be wrong because there isn't a fixed upper limit on
number of arguments.

If you were using them, you'll need to tell us what for in order to get
advice about what to do instead.

            regards, tom lane

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

Предыдущее
От: Marcus Engene
Дата:
Сообщение: Re: fts, compond words?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Preventing or controlling runaway queries