Re: size of pg_dump files containing bytea values - Mailing list pgsql-performance

From Tom Lane
Subject Re: size of pg_dump files containing bytea values
Date
Msg-id 16771.1152812561@sss.pgh.pa.us
Whole thread Raw
In response to Re: size of pg_dump files containing bytea values  (Greg Stark <gsstark@mit.edu>)
List pgsql-performance
Greg Stark <gsstark@mit.edu> writes:
> Didn't byteas used to get printed as hex?

No, not that I recall.  I don't have anything older than 7.0 running,
but it behaves the same as now:

play=> select 'xyz\\001'::bytea;
 ?column?
----------
 xyz\001
(1 row)

play=>

            regards, tom lane

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: hyper slow after upgrade to 8.1.4
Next
From: "Medora Schauer"
Date:
Subject: Re: hyper slow after upgrade to 8.1.4