Re: [GENERAL] UTF-8 on Postgres wire protocol

2016-12-21 Thread Michael Paquier
On Thu, Dec 22, 2016 at 8:25 AM, Rui Pacheco wrote: > I’m toying around with the wire protocol and came across something I don’t > understand. > > I created a table with two columns, one called “id” and one called “señor”. > When I select from that table I get the list of columns and while its f

[GENERAL] UTF-8 on Postgres wire protocol

2016-12-21 Thread Rui Pacheco
I’m toying around with the wire protocol and came across something I don’t understand. I created a table with two columns, one called “id” and one called “señor”. When I select from that table I get the list of columns and while its fairly easy to identify the column with the name “id”, I’m not