pgsql: Fix description of SQL-standard meaning of CREATE LOCAL TEMP TAB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix description of SQL-standard meaning of CREATE LOCAL TEMP TAB
Date: 2012-06-13 22:48:01
Message-ID: E1SewM5-0002F0-Hd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.

I had this slightly wrong, as noted by Noah Misch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8b23db944b9d7f051e2f986cc1f55ade82621218

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-06-13 22:49:37 pgsql: Revert "Reduce checkpoints and WAL traffic on low activity datab
Previous Message Tom Lane 2012-06-13 21:48:53 pgsql: Deprecate use of GLOBAL and LOCAL in temp table creation.