>(YourConnectionPool default executeQuery: ‘select 3 + 4’)
>    first “ a query may returns multiple result sets, now we select the first “
>    rows “ we request the rows of the result set “
>    first “ then the first row “
>    first “ and the first column, this returns the number 7 ”

I can get the results back and inspect them.

Pg3Row doesn't understand first.

If I use a rowsWithColumnNameDictionary,
I get an interesting column name:
  #'?column?'

Is that default postgres behavior, or a textconverter issue?

Stephan