Re: what is wrong with this SQL? - Mailing list pgsql-general

From Thomas Lockhart
Subject Re: what is wrong with this SQL?
Date
Msg-id 3BB3C36B.F3F79FF5@fourpalms.org
Whole thread Raw
In response to what is wrong with this SQL?  (kornale@zdnetmail.com (Alex K.))
List pgsql-general
...
> PostgreSQL DECIMAL doesn't take a size argument.  Take out the sizes
> and you'll be good.

That doesn't seem to be a problem:

lockhart=# create table t1 (d decimal(19) not null);
CREATE

                    - Thomas

pgsql-general by date:

Previous
From: Keary Suska
Date:
Subject: Re: temp table::persistance problem
Next
From: Mike Mascari
Date:
Subject: Re: Double Quoting Table Names????