Re: pg_dump problems

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dump problems
Date: 2011-03-23 12:40:42
Message-ID: AANLkTi=aUNEsaacooaTcXV1YEY8G_ATmrTJGG1u5Uk74@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2011/3/23 Martín Marqués <martin(dot)marques(at)gmail(dot)com>:
> The scenario is like this. I tried today to dump a DB from our
> production server to load on our development server and got some
> errors, which I show below.

Try using the pg_dump from the 8.4 install to create your dump file.

Also make sure your 8.3 installation doesn't have a non-default bytea
encoding setting (not sure when that setting was introduced, so there
may not even be such a setting).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Disc Magnet 2011-03-23 13:03:42 PostgreSQL documentation specifies 2-element array for float8_accum but 3-element array expected
Previous Message Martín Marqués 2011-03-23 12:33:00 pg_dump problems