Re: what is wrong with this SQL?

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Doug McNaught <doug(at)wireboard(dot)com>
Cc: "Alex K(dot)" <kornale(at)zdnetmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: what is wrong with this SQL?
Date: 2001-09-28 00:25:15
Message-ID: 3BB3C36B.F3F79FF5@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Benjamin Franks 2001-09-28 00:51:07 Re: PostgreSQL 7.1 on SMP: FreeBSD 4.3 || Linux 2.4.x?
Previous Message Bruce Momjian 2001-09-28 00:16:17 Re: temp table::persistance problem