Re: Bug #574: can not create tables that start with "Clinic" - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: Bug #574: can not create tables that start with "Clinic"
Date
Msg-id Pine.LNX.4.30.0202061919030.682-100000@peter.localdomain
Whole thread Raw
In response to Bug #574: can not create tables that start with "Clinic"  (pgsql-bugs@postgresql.org)
List pgsql-bugs
> Ivan Handler (ivan@jaildoc.com) reports a bug with a severity of 3
> The lower the number the more severe it is.
>
> Short Description
> can not create tables that start with "Clinic"

You sure can, but they can't contain a column of data type NUMBER(x),
because there is no such data type.  The RAW(x) data type used elsewhere
also doesn't exist.

--
Peter Eisentraut   peter_e@gmx.net

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #574: can not create tables that start with "Clinic"
Next
From: Edwin Grubbs
Date:
Subject: Re: Bug #574: can not create tables that start with "Clinic"