How to set decimal(7,2)?

From: "sim" <sim(at)infomatch(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: How to set decimal(7,2)?
Date: 1998-09-11 02:21:14
Message-ID: 199809110914.CAA02315@infomatch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How come when I try to set a variable as decimal(7,2), it
automatically complains that decimal(7,2) is not acceptable; however,
decimal(7,0) is okay? It changes to float4 by itself?

thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message sim 1998-09-11 02:22:39 Is it possible to drop a column?
Previous Message sim 1998-09-11 02:04:41 " \i filename "