Re: pg_dump/pg_restore problems with 7.4.1

From: Ben Marklein <the_pharcyde(at)yahoo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump/pg_restore problems with 7.4.1
Date: 2004-01-15 07:42:56
Message-ID: 20040115074256.77990.qmail@web11508.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I can send you the test data, but it's confidential so
I'll need to ask that you handle it carefully. Can
you contact me off-list about this? I tried to send
to your account directly but was bounced by your spam
filter from both this and another account.

Ben

--- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Ben Marklein <the_pharcyde(at)yahoo(dot)com> writes:
> > I'm trying to migrate from 7.2 to 7.4.1 via
> > pg_dump/pg_restore and have encountered a couple
> of
> > problems:
>
> > 1) Index creation on a table fails:
>
> > db=# CREATE UNIQUE INDEX person_info_username_ix
> ON
> > person_info USING btree (username);
> > ERROR: could not create unique index
> > DETAIL: Table contains duplicated values.
>
> > Of course, this index existed in the 7.2 DB, so it
> > seems odd that it should not be possible to
> recreate.
>
> That's fairly interesting. It could be an issue of
> strings that are
> equal under your current locale but weren't equal
> before ... but why
> wouldn't the GROUP BY search find those duplicates
> too? I agree this
> sounds like a bug. Can you provide test data to
> duplicate the problem?
>
> > 2) While importing I get: "ERROR: invalid memory
> > alloc request size 1073741824". I tracked this
> down
> > to a line with some non-ASCII characters.
>
> I have been trying to reproduce a recent report of
> this, without
> success. Again, a test case would be of great
> value.
>
> Also, what is your platform exactly, what locale
> settings, etc? Did
> you build Postgres yourself (with what config
> settings) or use an RPM
> (whose)?
>
> regards, tom lane

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Uwe C. Schroeder 2004-01-15 07:52:11 Re: what we need to use postgresql in the enterprise
Previous Message Mark Kirkwood 2004-01-15 07:29:30 Re: Log_statement behaviour a little misleading?