1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00
Files
postgres/src/backend/utils/adt
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
..
1996-11-08 06:02:30 +00:00
1997-03-14 23:21:12 +00:00
1996-12-14 07:56:05 +00:00
1997-04-25 18:40:50 +00:00
1997-03-14 23:21:12 +00:00
1997-04-09 08:36:21 +00:00
1997-04-25 18:40:50 +00:00
1997-03-14 23:21:12 +00:00
1997-03-14 23:21:12 +00:00
1997-03-14 23:21:12 +00:00
1997-04-25 18:40:50 +00:00