Displaying text appears as hex data

From: Michael <postgresql(at)encambio(dot)com>
To: Postgresql list <pgsql-general(at)postgresql(dot)org>
Subject: Displaying text appears as hex data
Date: 2011-02-08 10:39:04
Message-ID: 20110208103904.GB7086@debut.europalab.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello list,

I'm trying to view text data stored by OpenSIPS 1.6.4 (the latest)
as BLOB and PostgreSQL is displaying it in hex format like so:

$ TERM=vt100 /pfx/bin/psql opensips opensips
psql (9.0.2)
Type "help" for help.

opensips=> select * from sip_trace;
id | time_stamp | callid | traced_user | msg | method | ...
1234 | 2011-02-03 | ... | | \x494e56495445207369703a...

Others have said that when they use MySQL, the exact SQL command
as above results in ASCII text rather than hexadecimal, and this
is my goal as well.

How can I accomplish this in the easiest way?

Is there something in the PostgreSQL source tree
that I should change, for example hacking in:

src/backend/utils/mb/conversion_procs

Thanks alot,
Michael

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2011-02-08 11:03:00 Re: Displaying text appears as hex data
Previous Message Oleg Bartunov 2011-02-08 10:34:32 Re: fulltext search and hunspell