Re: Temporary tables under hot standby

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Simon Riggs" <simon(at)2ndQuadrant(dot)com>, "Robert Haas" <robertmhaas(at)gmail(dot)com>
Cc: "Noah Misch" <noah(at)leadboat(dot)com>,<pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Temporary tables under hot standby
Date: 2012-06-08 18:05:24
Message-ID: 4FD1F8940200002500048210@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Simon Riggs <simon(at)2ndQuadrant(dot)com> wrote:
> On 8 June 2012 18:26, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
>> I would be more open to warning people about CREATE GLOBAL TEMP
>> TABLE - frankly, it's pretty wonky that we allow that but treat
>> GLOBAL as a noise word in this first place. But I'm a little
>> disinclined to have the message speculate about what might happen
>> in future versions of PostgreSQL. Such predictions don't have a
>> very good track record of being accurate.
>
> Agreed.
>
> We should make use of GLOBAL throw an ERROR: feature not yet
> implemented, in preparation for what might one day happen. We
> don't know the future but we do know the present.

+1

It has always bothered me that we support GLOBAL there without
coming anywhere near matching the semantics of GTTs.

-Kevin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-06-08 18:07:58 Re: log_newpage header comment
Previous Message Daniel Farina 2012-06-08 17:45:44 Re: New Postgres committer: Kevin Grittner