Bug #827: pg_dump in 7.3 can't dump 7.1 db - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #827: pg_dump in 7.3 can't dump 7.1 db
Date
Msg-id 20021201130539.3972747616D@postgresql.org
Whole thread Raw
Responses Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db
List pgsql-bugs
Philip Warner (pjw@rhyme.com.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

pgsql-bugs by date:

Previous
From: Ruslan A Dautkhanov
Date:
Subject: DROP COLUMN really work?
Next
From: Philip Warner
Date:
Subject: Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db