Re: [GENERAL] Means to emulate global temporary table - Mailing list pgsql-general

From Karsten Hilbert
Subject Re: [GENERAL] Means to emulate global temporary table
Date
Msg-id 20170112090628.w3cut4xpxobpvysh@hermes.hilbert.loc
Whole thread Raw
In response to Re: [GENERAL] Means to emulate global temporary table  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: George Neuner
Date:
Subject: Re: [GENERAL] Means to emulate global temporary table
Next
From: Pavel Stehule
Date:
Subject: Re: [GENERAL] Means to emulate global temporary table