| From: | Stephen Frost <sfrost(at)snowman(dot)net> |
|---|---|
| To: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Merge pg_shadow && pg_group -- UNTESTED |
| Date: | 2005-01-21 05:59:17 |
| Message-ID: | 20050121055917.GH10437@ns.snowman.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Greetings,
Here's a proof-of-concept pretty much untested (it compiles) patch
against HEAD for review of the general approach I'm taking to
merging pg_shadow and pg_group. This is in order to support group
ownership and eventually roles. This patch includes my grammar and
get_grosysid move patches, and so conflicts with them.
I'm going to hold off on testing it very much in hopes that I'll get
some feedback on it. A good place to start commenting would probably
be my changes to pg_shadow.h.
Thanks,
Stephen
| Attachment | Content-Type | Size |
|---|---|---|
| merge_pg_shadow_group.patch | text/plain | 54.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oleg Bartunov | 2005-01-21 07:51:58 | Re: It's OSCON Submission time again! |
| Previous Message | Josh Berkus | 2005-01-21 05:44:59 | It's OSCON Submission time again! |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jean-Paul Argudo | 2005-01-21 08:37:09 | Tiny patch on print.c of psql |
| Previous Message | Neil Conway | 2005-01-21 04:04:48 | Re: WIP: pl/pgsql cleanup |