Re: [COMMITTERS] pgsql: Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented

Noah Misch <noah@leadboat.com>

From: Noah Misch <noah@leadboat.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, Kevin Grittner <Kevin.Grittner@wicourts.gov>, simon@2ndquadrant.com, pgsql-hackers@postgresql.org
Date: 2012-06-13T19:34:14Z
Lists: pgsql-hackers

Attachments

On Wed, Jun 13, 2012 at 02:56:58PM -0400, Tom Lane wrote:
> Noah Misch <noah@leadboat.com> writes:
> > Given that, how about warning on GLOBAL only but having the documentation
> > equally discourage use of both?
> 
> Yeah, that's about what I was thinking, too.
> 
> Any thoughts on the wording of the WARNING message?

My patch used "GLOBAL is deprecated in temporary table creation", which still
seems fine to me.  Here's an update based on this discussion.