Re: size of pg_dump files containing bytea values

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: "Steve McWilliams" <smcwilliams(at)EmprisaNetworks(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: size of pg_dump files containing bytea values
Date: 2006-07-13 17:42:41
Message-ID: 16771.1152812561@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Greg Stark <gsstark(at)mit(dot)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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Medora Schauer 2006-07-13 18:25:03 Re: hyper slow after upgrade to 8.1.4
Previous Message Tom Lane 2006-07-13 17:11:56 Re: hyper slow after upgrade to 8.1.4