| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Stephen Frost <sfrost(at)snowman(dot)net> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: pg_class changes for group ownership |
| Date: | 2004-12-29 18:54:52 |
| Message-ID: | 11951.1104346492@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Stephen Frost <sfrost(at)snowman(dot)net> writes:
> Well, yes, but that's no longer the issue. I guess my thought was that
> if we could get the common id space change in before 8.0 then group
> ownership could possibly be introduced in 8.1 w/o having to do a
> dump/restore.
No chance whatever during RC stage. We might have listened to such a
proposal in August, but it's not happening now. Especially not when
you don't even have the patch yet ;-). (FWIW, given the infrastructure
we have, I don't really see any way to enforce uniqueness except to
merge pg_shadow and pg_group into one table. So it's not going to be
a trivial change.)
> I'm still relatively new to Postgres, is it normal to
> require a dump/restore between semi-major (8.0 to 8.1) revisions?
Yes. There have been one or two such revisions that didn't require a
dump, but I doubt 8.1 will be one of them.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jim Buttafuoco | 2004-12-29 20:47:28 | Re: race condition for drop schema cascade? |
| Previous Message | Stephen Frost | 2004-12-29 18:41:57 | Re: pg_class changes for group ownership |