Re: TODO item: Allow more complex user/database default GUC settings

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TODO item: Allow more complex user/database default GUC settings
Date: 2009-10-01 21:07:32
Message-ID: BA6C3DBDFBD60B546A5D69EB@amenophis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On 30. September 2009 13:19:53 -0400 Alvaro Herrera
<alvherre(at)commandprompt(dot)com> wrote:

>> I think it would be helpful if you could post ONE patch with all the
>> changes and all the new files in the diff. AIUI, "the" patch is now
>> split across three separate emails. :-(
>
> That's correct, here it is.

Some additional notes:

- ALTER ROLE ... IN DATABASE is missing some documentation. If you want, i
can work on this.

- The patch as is has still some locking problems (AlterRoleSet() has a XXX
about that): I've managed to create dead entries for a role or a database
in pg_db_role_setting while altering and dropping a role/database in two
concurrent sessions.

--
Thanks

Bernd

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-10-01 21:08:12 Re: FSM search modes
Previous Message Tom Lane 2009-10-01 20:47:59 Re: FSM search modes