"constructor" does not work as alias for me

Поиск
Список
Период
Сортировка
От Marcus Strube
Тема "constructor" does not work as alias for me
Дата
Msg-id CADzjXnyX8GbhHPZMoFXFyne9yRaqEGZLoAhc=T=tfBVybr_0kg@mail.gmail.com
обсуждение исходный текст
Ответы Re: "constructor" does not work as alias for me  (Andres Freund <andres@anarazel.de>)
Список pgsql-admin
Hi,

the alias "constructor" does seem to be a problem.

select n as "constructor" from (VALUES (1), (2), (3)) AS t (n)

This gives this result: https://imgur.com/a/dM9eM06

psql for both gives the same result.

I am running the latest version from the "PostgreSQL Apt Repository" on Ubuntu 18.10 in desktop mode.

Regards,
Marcus

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

Предыдущее
От: Pierre Ochsenbein
Дата:
Сообщение: Re: pgpool versus which tool?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: "constructor" does not work as alias for me