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: Thu, 13 Jul 2006 13:42:41 -0400
- Message-id: <16771.1152812561@sss.pgh.pa.us> <text/plain>
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
Home |
Main Index |
Thread Index