Bug #827: pg_dump in 7.3 can't dump 7.1 db

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #827: pg_dump in 7.3 can't dump 7.1 db
Date: 2002-12-01 13:05:39
Message-ID: 20021201130539.3972747616D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Philip Warner (pjw(at)rhyme(dot)com(dot)au) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
pg_dump in 7.3 can't dump 7.1 db

Long Description
Whenevr dumping a 7.1 db using 7.3 pg_dump, I get:

pg_dump: last built-in OID is 18539
pg_dump: saving database definition
pg_dump: reading namespaces
pg_dump: reading user-defined types
pg_dump: reading user-defined functions
pg_dump: reading user-defined aggregate functions
pg_dump: reading user-defined operators
pg_dump: column number -1 is out of range 0..4
Segmentation fault

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Philip Warner 2002-12-01 13:16:31 Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db
Previous Message Ruslan A Dautkhanov 2002-12-01 12:27:19 DROP COLUMN really work?