Re: BUG #1547: CREATE TYPE AS error

From: Diego Cattelan <netmaniac(at)libero(dot)it>
To: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1547: CREATE TYPE AS error
Date: 2005-04-11 06:21:45
Message-ID: 425A1779.6010100@libero.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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);

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marcus v. Scotti 2005-04-11 08:37:08 Re: BUG #1581: Problem with capitalised DB names...
Previous Message Tom Lane 2005-04-11 06:07:46 Re: BUG #1580: pg_dumpall aborts when cwd is unreadable