Re: Proposition for autoname columns

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Proposition for autoname columns
Дата
Msg-id CAKFQuwZQASYOMduQZQCyK8jqC0kmR04cq9bQ+-BpJNULiP7O0g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Proposition for autoname columns  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Proposition for autoname columns
Список pgsql-hackers
On Thu, Nov 12, 2020 at 8:59 AM Andrew Dunstan <andrew@dunslane.net> wrote:


So if we then say:


    select x, j->>x from mytable;


you want both result columns named x? That seems like a recipe for
serious confusion. I really don't think this proposal has been properly
thought through.


IMO It no worse than today's:

select count(*), count(*) from (values (1), (2)) vals (v);
count | count
2 | 2
David J.

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Proposition for autoname columns
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Proposition for autoname columns