Re: idle connection timeout ...

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: idle connection timeout ...
Дата
Msg-id 200210260504.g9Q54t519896@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: idle connection timeout ...  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: idle connection timeout ...  (Bruno Wolff III <bruno@wolff.to>)
Re: idle connection timeout ...  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-hackers
Robert Treat wrote:
> > Nice idea.  You can now have per-user/db settings that are SET when the
> > connection is made.  You can set any GUC variable that way.  We just
> > need a variable that can look at all sessions and determine if that user
> > has exceeded their connection quota.
> 
> I understand how you are able to set those variables per db, but I don't see 
> how you can get those settings to persist between database shutdowns.  
> Perhaps someone can point me to the relevant documentation?

The per db/user stuff is stored in the pg_database/pg_shadow tables per
row, so they exist in permanent storage.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: idle connection timeout ...
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: idle connection timeout ...