BUG #1547: CREATE TYPE AS error

From: "John Smith" <johnsmit89(at)hotmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1547: CREATE TYPE AS error
Date: 2005-03-15 17:43:15
Message-ID: 20050315174315.0FA32F18D1@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1547
Logged by: John Smith
Email address: johnsmit89(at)hotmail(dot)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"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Christof Petig 2005-03-16 14:12:56 libecpg (8.0 and CVS) hits a gcc bug on powerpc and amd64 (crash)
Previous Message Andrew Slobodyanyk 2005-03-15 09:53:04 Re: BUG #1542: pg_dump seg fault