"pg_restore -d base" cumstom format broken in CVS head? - Mailing list pgsql-bugs

From Fabien COELHO
Subject "pg_restore -d base" cumstom format broken in CVS head?
Date
Msg-id Pine.LNX.4.58.0408301626520.27765@sablons.cri.ensmp.fr
Whole thread Raw
Responses Re: "pg_restore -d base" cumstom format broken in CVS head?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: "pg_restore -d base" cumstom format broken in CVS head?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Dear bug-hunters,

Sorry if this one was already reported. I don't have access to
http://archives.postgresql.org to check for redundancy, because of a time
out. Is it online?

It seems to me that "pg_restore -d base" is broken in CVS head on my linux
debian box. With a fresh installation the following is ok:

    sh> pg_restore comics.dbz | pgsql comics

although the next one is not:

    sh> pg_restore -d comics comics.dbz

pg_restore: [archiver (db)] Error while PROCESSING TOC:
pg_restore: [archiver (db)] Error from TOC Entry 1542; 0 17234 TABLE DATA a_ecrit coelho
pg_restore: [archiver (db)] could not execute query: ERROR:  relation "a_ecrit" does not exist
    Command was: COPY a_ecrit (auteur, oeuvre) FROM stdin;
pg_restore: [archiver (db)] Error from TOC Entry 1543; 0 17238 TABLE DATA auteurs coelho
pg_restore: [archiver (db)] could not execute query: ERROR:  syntax error at or near "31" at character 1
    Command was: 31     1
5       1
3       1
...

It seems that the internal parsor is desynchronized. File "comics.dbz" was
create just before with a :

    sh> pg_dump --format=c --verbose --compress=9 --file=comics.dbz

but an old (few months) file gives the same result.

the precious "comics.dbz" file is available for tests if you wish at:
http://www.coelho.net/comics.dbz

Have a nice day,

--
Fabien Coelho - coelho@cri.ensmp.fr

pgsql-bugs by date:

Previous
From: Martin Pitt
Date:
Subject: Re: Fwd: Bug#260350: postgresql-dev: libpq3-config output is woeful
Next
From: Tom Lane
Date:
Subject: Re: Error: could not find a feasible split point for "obs_v_file_id_index"