Re: SET command

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: SET command
Дата
Msg-id 20050128234507.GA66863@winnie.fuhr.org
обсуждение исходный текст
Ответ на SET command  ("Roderick A. Anderson" <raa@mailporter.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Help with access control settings in pg_hba.conf --
Следующее
От: list-pgsql-admin@news.cistron.nl ("Miquel van Smoorenburg" )
Дата:
Сообщение: Re: Installing PostgreSQL as "postgress" versus "root" Debate!