| From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
|---|---|
| To: | Tom Lane <tgl(at)svr1(dot)postgresql(dot)org> |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: pgsql-server: Fix incorrect tracking of session |
| Date: | 2004-07-20 01:25:38 |
| Message-ID: | 40FC7492.5050902@familyhealth.com.au |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Is that the pg_dump half of the 'alter owner breaks non-default
privileges' bug fix?
Chris
Tom Lane wrote:
> Log Message:
> -----------
> Fix incorrect tracking of session authorization in the presence of ACLs
> that contain rights granted by non-owners. Per bug report from
> Nishad Prakash.
>
> Modified Files:
> --------------
> pgsql-server/src/bin/pg_dump:
> pg_backup_archiver.c (r1.88 -> r1.89)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.88&r2=1.89)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-07-20 02:21:06 | Re: pgsql-server: Fix incorrect tracking of session |
| Previous Message | Bruce Momjian | 2004-07-19 21:39:48 | pgsql-server: Here is another patch that fixes a stack of pg_dump bugs: |