Re: tracking errors in psql - Mailing list pgsql-general

From Richard Huxton
Subject Re: tracking errors in psql
Date
Msg-id 45616E4F.8030307@archonet.com
Whole thread Raw
In response to tracking errors in psql  (brian <brian@zijn-digital.com>)
Responses Re: tracking errors in psql  (brian <brian@zijn-digital.com>)
List pgsql-general
brian wrote:
> I've just gotten a dump from pgMyAdmin for a production database that i
> wanted to update the dev db with. However, i'm seeing a multitude of
> errors. From what i can see, the columns are mixed up in the COPY block
> for a particular table. My guess is that a tab character has thrown
> everything into disaray. The dump is structure & data, using COPY FROM
> STDIN.

1. This shouldn't happen. Dump/restore should work for all data with the
standard pg_dump/pg_restore tools.

2. What is "pgMyAdmin" - I'm not sure I've heard of it.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Matthias.Pitzl@izb.de
Date:
Subject: Re: phpPgAdmin, cannot connect to server
Next
From: Ragnar
Date:
Subject: Re: problem in joins