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

From Andres Freund
Subject Re: "constructor" does not work as alias for me
Date
Msg-id 20181018160221.k42wo2lj6jsqgq4m@alap3.anarazel.de
Whole thread Raw
In response to "constructor" does not work as alias for me  (Marcus Strube <strube1974@gmail.com>)
Responses Re: "constructor" does not work as alias for me  (Marcus Strube <strube1974@gmail.com>)
List pgsql-admin
Hi,

On 2018-10-18 17:44:21 +0200, Marcus Strube wrote:
> 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.

Could you verify that the same happens when you use psql?

Greetings,

Andres Freund


pgsql-admin by date:

Previous
From: Marcus Strube
Date:
Subject: "constructor" does not work as alias for me
Next
From: Marcus Strube
Date:
Subject: Re: "constructor" does not work as alias for me