Re: [HACKERS] Two pg_dump ugly bugs :-(

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Constantin Teodorescu <teo(at)flex(dot)ro>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Two pg_dump ugly bugs :-(
Date: 1998-12-04 00:19:50
Message-ID: 5286.912730790@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Constantin Teodorescu <teo(at)flex(dot)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

Browse pgsql-hackers by date

  From Date Subject
Next Message Ki won, Song 1998-12-04 01:48:40 [Question!] PL/pgSQL Error..???
Previous Message Zeugswetter Andreas IZ5 1998-12-03 20:20:38 AW: [HACKERS] DROPping tables with SERIALs