Re: Shall we just get rid of plpgsql's RENAME?

Поиск
Список
Период
Сортировка
От Roberto Mello
Тема Re: Shall we just get rid of plpgsql's RENAME?
Дата
Msg-id 42d652c70911050342u2d012964j642b3451db6605bb@mail.gmail.com
обсуждение исходный текст
Ответ на Shall we just get rid of plpgsql's RENAME?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Nov 4, 2009 at 9:34 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> According to
> http://developer.postgresql.org/pgdocs/postgres/plpgsql-declarations.html#PLPGSQL-DECLARATION-RENAMING-VARS
> the RENAME declaration in plpgsql has been known broken since PG 7.3.
> Nobody has bothered to fix it.  Shall we just rip it out?

+1

I can't remember any production code using it, and I think making it
an alias for ALIAS will just create confusion IMHO.

Roberto


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Shall we just get rid of plpgsql's RENAME?
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: Syntax for partitioning