Re: [BUGS] Bug #574: can not create tables that start with "Clinic"

2002-02-06 Thread Edwin Grubbs
There is no NUMBER data type. I believe you want to use the NUMERIC data type. -Edwin Grubbs On Wed, 6 Feb 2002 [EMAIL PROTECTED] wrote: > Ivan Handler ([EMAIL PROTECTED]) reports a bug with a severity of 3 > The lower the number the more severe it is. > > Short Description > can not create tab

Re: [BUGS] Bug #574: can not create tables that start with "Clinic"

2002-02-06 Thread Peter Eisentraut
> Ivan Handler ([EMAIL PROTECTED]) 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

[BUGS] Bug #574: can not create tables that start with "Clinic"

2002-02-06 Thread pgsql-bugs
Ivan Handler ([EMAIL PROTECTED]) 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" Long Description First I logged in to my Linux server (latest RH) as root and did a su -l postgres. I created a datab