| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | Dave Page <dpage(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org, Stefan Schwarzer <stefan(dot)schwarzer(at)grid(dot)unep(dot)ch>, Martijn van Oosterhout <kleptog(at)svana(dot)org> |
| Subject: | Re: Forgot to dump old data before re-installing machine |
| Date: | 2008-01-18 17:55:34 |
| Message-ID: | 10684.1200678934@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-patches |
Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Dave Page wrote:
>> That said, is zlib used by toast or do we have some other code for
>> that? If it is used for that, do we record it's presence or absence in
>> pg_control?
> Nope, toast uses its own compression code.
pg_dump/pg_restore use zlib, but I believe there's a pretty specific
error message if you try to read a compressed archive with a
non-zlib-enabled pg_restore.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Janine Sisk | 2008-01-18 18:09:04 | Re: Trouble with UTF-8 data |
| Previous Message | Tom Lane | 2008-01-18 17:54:18 | Re: transactionid lock type? |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2008-01-18 18:15:28 | Re: Forgot to dump old data before re-installing machine |
| Previous Message | Tom Lane | 2008-01-18 17:24:04 | Re: Forgot to dump old data before re-installing machine |