Re: User privileges in web database applications

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: User privileges in web database applications
Дата
Msg-id 5C816A7C-9F58-4133-B46D-C6223E3657B7@pgedit.com
обсуждение исходный текст
Ответ на Re: User privileges in web database applications  (Tim Hart <tjhart@mac.com>)
Ответы Re: User privileges in web database applications  (Antonis Christofides <anthony@itia.ntua.gr>)
Список pgsql-general
On Jun 29, 2006, at 5:58 PM, Tim Hart wrote:

> I'm coming in a bit late to this conversation, so forgive me if
> I've missed
> something. Isn't this problem the reason that connection pools were
> created?
>
> In a connection pool, connections are only associated with a
> particular
> user for the duration of a transaction. Once the transaction is
> complete,
> the connection goes back to the pool.


Right, this is standard operating procedure. But the original poster
mentioned tying the connection to a particular web user/session. In
other words, one connection per user.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: pg_restore: [archiver] could not open input file
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Notes on converting from MySQL 5.0.x to PostgreSQL 8.1.4