Re: [GENERAL] pgadmin vs psql output

2016-09-30 Thread Tom Lane
Rakesh Kumar writes: > I have a bytea col which stores Java UUID data. When I run > Select cast(uuid_col as varchar) from table limit 1 > Output in pgadmin > -=== > "A001" > Output in psql > > \x4130303030303030303030303030303030303030303030

[GENERAL] pgadmin vs psql output

2016-09-30 Thread Rakesh Kumar
I have a bytea col which stores Java UUID data. When I run Select cast(uuid_col as varchar) from table limit 1 Output in pgadmin -=== "A001" Output in psql \x4130303030303030303030303030303030303030303030303030303030303031 is there some set