BUG #5338: PG_DUMP fails due to invalid adnum value

From: "Toni Helenius" <toni(dot)helenius(at)syncrontech(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5338: PG_DUMP fails due to invalid adnum value
Date: 2010-02-22 11:03:44
Message-ID: 201002221103.o1MB3ilM006917@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5338
Logged by: Toni Helenius
Email address: toni(dot)helenius(at)syncrontech(dot)com
PostgreSQL version: 8.3.9
Operating system: Windows 2008 Server Enterprise
Description: PG_DUMP fails due to invalid adnum value
Details:

I tried to google this but I didn't get much info. What is this all about??

I get the following error while trying to take a dump:
pg_dump: finding the columns and types of table "bsc_day1_001"
pg_dump: finding default expressions of table "bsc_day1_001"
pg_dump: invalid adnum value 25493128 for table "bsc_day1_001"
pg_dump: *** aborted because of error

Using following command:
pg_dump.exe -h localhost -p 5432 -U postgres -F c -v -f "series.backup" -n
\"SERIES\" db

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message beulah prasanthi 2010-02-22 11:10:41 helo
Previous Message Ben Chobot 2010-02-21 16:08:31 Re: planner regression in 8.4 (from 8.1)