Skip to content

Column name atttibutes lost in row query #2576

@emarsden

Description

@emarsden
pgeltestdb=> SELECT 42 as z, 'bob' as bob;
 z  | ?column? 
----+----------
 42 | bob

The second column name should be bob instead of ?column?.

Using the :latest Docker image, which reports a server_version=15.17.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions