small typed-table bug in gram.y

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: small typed-table bug in gram.y
Date: 2010-08-19 20:49:41
Message-ID: AANLkTinSsFbj2dKyjC19b2XWcns5qVc2otN7pokDHxEs@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While examining gram.y today I happened to notice an oversight in the
grammar rules for creating typed tables: the fourth CREATE TABLE
production ignores $2. Which I think means (although of course I
didn't test it) that if you do something like "CREATE TEMP TABLE IF
NOT EXISTS foo OF bar", the TEMP won't stick.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2010-08-19 20:51:08 Re: Fw: patch for pg_ctl.c to add windows service start-type
Previous Message Alvaro Herrera 2010-08-19 20:48:53 Re: Fw: patch for pg_ctl.c to add windows service start-type