Re: tracking errors in psql

From: Richard Huxton <dev(at)archonet(dot)com>
To: brian <brian(at)zijn-digital(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: tracking errors in psql
Date: 2006-11-20 08:58:55
Message-ID: 45616E4F.8030307@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ragnar 2006-11-20 09:29:52 Re: problem in joins
Previous Message Matthias.Pitzl 2006-11-20 08:44:51 Re: phpPgAdmin, cannot connect to server