Re: How to inherit search_path from template - Mailing list pgsql-general

From Merlin Moncure
Subject Re: How to inherit search_path from template
Date
Msg-id AANLkTim6F7fzWaiHue5kAtJWmfkC+Qp=F6v5PRsWBzQo@mail.gmail.com
Whole thread Raw
In response to How to inherit search_path from template  (Phui Hock <phuihock@gmail.com>)
Responses Re: How to inherit search_path from template
List pgsql-general
On Thu, Sep 9, 2010 at 7:13 AM, Phui Hock <phuihock@gmail.com> wrote:
> Hi,
> How can I create a database template with altered search_path to be
> inherited by child databases? Say, I created a template named
> template_a with the following commands:

It doesn't really work that way -- GUC values are global,  not per
database.  You can however set them on the role and use them that way
-- that will probably work in your case.  Just make a role for each
database.  Another thing you can do is have your app immediately set
your search path upon login -- not a connection pooler friendly
approach though.

merlin

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Dynamically update NEW columns in plpgsql trigger
Next
From: Tom Lane
Date:
Subject: Re: User function canceling VACUUMDB utility