Re: SET command - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: SET command
Date
Msg-id 20050128234507.GA66863@winnie.fuhr.org
Whole thread Raw
In response to SET command  ("Roderick A. Anderson" <raa@mailporter.net>)
List pgsql-admin
On Fri, Jan 28, 2005 at 02:48:19PM -0800, Roderick A. Anderson wrote:

> I'm reading up on schema and trying to remember from when I last
> researched them what the process is to make the
>
>     SET search_path TO myschema,public;
>
> permanent for users when they sign on.  The documentation implies that
> it is only per SESSION or transaction (LOCAL).  I seem to remember some
> setting that cause these to be stored and then executed each time a user
> connected.

You can set variables globally in postgresql.conf, per database with
ALTER DATABASE, or per user with ALTER USER.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Help with access control settings in pg_hba.conf --
Next
From: list-pgsql-admin@news.cistron.nl ("Miquel van Smoorenburg" )
Date:
Subject: Re: Installing PostgreSQL as "postgress" versus "root" Debate!