Re: Concurrenctly running CREATE TEMP TABLE IF NOT EXISTS [...] AS[...]

Поиск
Список
Период
Сортировка
От Ron
Тема Re: Concurrenctly running CREATE TEMP TABLE IF NOT EXISTS [...] AS[...]
Дата
Msg-id c3ae5120-fa33-1bb5-dbc7-d4804e84c712@gmail.com
обсуждение исходный текст
Ответ на Re: Concurrenctly running CREATE TEMP TABLE IF NOT EXISTS [...] AS [...]  (Thorsten Schöning <tschoening@am-soft.de>)
Ответы Re: Concurrenctly running CREATE TEMP TABLE IF NOT EXISTS [...] AS[...]  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
On 6/8/20 9:23 AM, Thorsten Schöning wrote:
> Guten Tag Ron,
> am Montag, 8. Juni 2020 um 15:35 schrieben Sie:
>
>> Would a set of GLOBAL temporary tables be a better fit for your problem
>> (eliminating the need to create temporary tables each time)?
> Do you mean plain tables simply created using CREATE TABLE or is there
> some additional concept of temporary tables I'm not aware of? Because I
> thought truly temporary tables are always session-specific:

Hmm...  Postgres doesn't support global temporary tables.  Never mind. :)

-- 
Angular momentum makes the world go 'round.



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Is it possible to use keywords (date units) in a function definition?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Concurrenctly running CREATE TEMP TABLE IF NOT EXISTS [...] AS[...]