Monetary Data Types Improvement - Mailing list pgsql-docs

From PG Doc comments form
Subject Monetary Data Types Improvement
Date
Msg-id 171064180281.7104.18308925085444324241@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Monetary Data Types Improvement
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/datatype-money.html
Description:

It's not explicitly obvious that money doesn't behave like a normal numeric
type in that executing a procedure with a negative numeric value for money
causes an error. The solution to this is to pass the value as a string. For
example, -15.99 for money should be expressed as '-15.99'.

pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Locking
Next
From: Laurenz Albe
Date:
Subject: Re: Locking