BUG #1547: CREATE TYPE AS error - Mailing list pgsql-bugs

From John Smith
Subject BUG #1547: CREATE TYPE AS error
Date
Msg-id 20050315174315.0FA32F18D1@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1547: CREATE TYPE AS error  (Michael Fuhr <mike@fuhr.org>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1547
Logged by:          John Smith
Email address:      johnsmit89@hotmail.com
PostgreSQL version: 8.0
Operating system:   Windows 2000
Description:        CREATE TYPE AS error
Details:

When trying to create a complex type, the parser produces an error. e.g.
   CREAYE TYPE product AS (name varchar, price numeric);
produces
    ERROR: parser: parse error at or near "as"

pgsql-bugs by date:

Previous
From: "Javier Solís"
Date:
Subject: BUG #1548: The installation fails
Next
From: "Qingqing Zhou"
Date:
Subject: random FlushRelationBuffers() failed on Pg8.0.1 Win32