Re: Permissions problem with sequences

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, Gary Doades <gpd(at)gpdnet(dot)co(dot)uk>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Permissions problem with sequences
Date: 2004-09-06 02:04:39
Message-ID: 3655.1094436279@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> However, of course the best thing is to just fix it, which I guess I'll
> have a crack at...

Given that pg_dump does put out GRANT/REVOKE operations on the sequence,
it's certainly aware that the sequence exists. I suspect this is just a
fixable bug (ie, suppression of output of the sequence CREATE command is
being done at the wrong place).

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Koju Iijima 2004-09-06 06:41:32 transaction block: server closed the connection unexpectedly
Previous Message Christopher Kings-Lynne 2004-09-06 01:49:08 Re: Permissions problem with sequences