On Thu, Sep 9, 2010 at 7:41 PM, Merlin Moncure <[email protected]> wrote: > On Thu, Sep 9, 2010 at 7:13 AM, Phui Hock <[email protected]> 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 do "alter database xyz set search_path=..." -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
