``` 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.
The second column name should be
bobinstead of?column?.Using the :latest Docker image, which reports a server_version=15.17.