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

From Diego Cattelan
Subject Re: BUG #1547: CREATE TYPE AS error
Date
Msg-id 425A1779.6010100@libero.it
Whole thread Raw
In response to Re: BUG #1547: CREATE TYPE AS error  (Michael Fuhr <mike@fuhr.org>)
Responses Re: BUG #1547: CREATE TYPE AS error
List pgsql-bugs
>
>
>Can anybody else with a Windows system reproduce the
>problem?  The messages in the links above are said to contain enough
>information to do so.
>
>
>

windows XP pro SP2
PostgreSQL 8.0.1

this is working for me (but not tested on win 2000 system):
CREATE TYPE product AS (name varchar, price numeric);

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1580: pg_dumpall aborts when cwd is unreadable
Next
From: Michael Fuhr
Date:
Subject: Re: BUG #1547: CREATE TYPE AS error