Re: [GENERAL] Means to emulate global temporary table

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: [GENERAL] Means to emulate global temporary table
Дата
Msg-id 20170112090628.w3cut4xpxobpvysh@hermes.hilbert.loc
обсуждение исходный текст
Ответ на Re: [GENERAL] Means to emulate global temporary table  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
On Wed, Jan 11, 2017 at 05:54:11PM -0700, David G. Johnston wrote:

> I don't see where "call a setup function immediately after connecting"

Sounds like a "login trigger", more generally an ON CONNECT
event trigger, which we don't have at the moment as far as I
know.

One of the main arguments against it was that a failing
trigger function might prevent all access while the suggested
solution to that (I think by Tom Lane) was to auto-disable ON
CONNECT triggers when starting up as --single.

Unfortunately, I don't know what came of it by now.

Karsten
--
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


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

Предыдущее
От: George Neuner
Дата:
Сообщение: Re: [GENERAL] Means to emulate global temporary table
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [GENERAL] Means to emulate global temporary table