pgadmin vs psql output

From: Rakesh Kumar <rakeshkumar464(at)outlook(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: pgadmin vs psql output
Date: 2016-09-30 20:54:18
Message-ID: DM2PR05MB622A55E77A4B7F8BDA0A1258CC10@DM2PR05MB622.namprd05.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
-===================
"A0000000000000000000000000000001"

Output in psql
========
\x4130303030303030303030303030303030303030303030303030303030303031

is there some setting in psql output I need to take care of.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2016-09-30 21:10:33 Re: Parallel query only when EXPLAIN ANALYZEd
Previous Message Rakesh Kumar 2016-09-30 20:45:20 Re: Multi tenancy : schema vs databases