"constructor" does not work as alias for me - Mailing list pgsql-admin

From Marcus Strube
Subject "constructor" does not work as alias for me
Date
Msg-id CADzjXnyX8GbhHPZMoFXFyne9yRaqEGZLoAhc=T=tfBVybr_0kg@mail.gmail.com
Whole thread Raw
Responses Re: "constructor" does not work as alias for me
List 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 by date:

Previous
From: Pierre Ochsenbein
Date:
Subject: Re: pgpool versus which tool?
Next
From: Andres Freund
Date:
Subject: Re: "constructor" does not work as alias for me