Re: [HACKERS] Two pg_dump ugly bugs :-( - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Two pg_dump ugly bugs :-(
Date
Msg-id 5286.912730790@sss.pgh.pa.us
Whole thread Raw
In response to Two pg_dump ugly bugs :-(  (Constantin Teodorescu <teo@flex.ro>)
List pgsql-hackers
Constantin Teodorescu <teo@flex.ro> writes:
> Found today two ugly bugs in pg_dump :
> REVOKE ALL on "people" from PUBLIC;
> GRANT SELECT on "people" to "people";
> The error is on the last line : grant select on people to PEOPLE ? Not
> to teo ?

I fixed that one a week or so ago.

> pg_dump -z showroom >showroom.dmp
> is dumping also core :-)

Karl Auer reported the same thing, but I don't see it here.  Can you
provide a gdb backtrace, or perhaps a small sample database that
provokes the problem?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas IZ5
Date:
Subject: AW: [HACKERS] DROPping tables with SERIALs
Next
From: "Ki won, Song"
Date:
Subject: [Question!] PL/pgSQL Error..???