small typed-table bug in gram.y - Mailing list pgsql-hackers

From Robert Haas
Subject small typed-table bug in gram.y
Date
Msg-id AANLkTinSsFbj2dKyjC19b2XWcns5qVc2otN7pokDHxEs@mail.gmail.com
Whole thread Raw
Responses Re: small typed-table bug in gram.y  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List 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


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Fw: patch for pg_ctl.c to add windows service start-type
Next
From: David Fetter
Date:
Subject: Re: Fw: patch for pg_ctl.c to add windows service start-type