"constructor" does not work as alias for me

From: Marcus Strube <strube1974(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: "constructor" does not work as alias for me
Date: 2018-10-18 15:44:21
Message-ID: CADzjXnyX8GbhHPZMoFXFyne9yRaqEGZLoAhc=T=tfBVybr_0kg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andres Freund 2018-10-18 16:02:21 Re: "constructor" does not work as alias for me
Previous Message Pierre Ochsenbein 2018-10-18 06:46:34 Re: pgpool versus which tool?