1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00
Files
postgres/src/backend
Marc G. Fournier d938b755dc From: "D'Arcy J.M. Cain" <darcy@druid.net>
Subject: [HACKERS] Inputting money

I notice that I have to put single quotes around money amounts if there
is a decimal point in the value.  I appears to be happening because there
is something changing things like "123.45" to "123.450000" and the code
has a problem with that.  There may be a better way to fix this but here
is a simple change to cash.c that lets it accept trailing zeroes.
1997-04-28 16:15:13 +00:00
..
1997-04-18 08:57:39 +00:00
1997-04-22 03:32:38 +00:00
1997-01-14 02:35:34 +00:00
1997-04-21 04:28:59 +00:00
1997-04-10 07:59:09 +00:00
1997-04-24 20:27:46 +00:00
1996-12-26 17:49:56 +00:00