Re: How to convert numbers into words in postgresql - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: How to convert numbers into words in postgresql
Date
Msg-id 20130514225141.GE3521@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: How to convert numbers into words in postgresql  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
John R Pierce wrote:

> not sure I'd call that documentation.  I was asking, where is that
> described in the postgresql manual?   I looked in every category I
> thought was appropriate here,
> http://www.postgresql.org/docs/current/static/functions.html and
> didn't find it.

A quick grep in doc/src/sgml/ says that cash_words only appears once:

./release-old.sgml:<listitem><para>Fix cash_words() to not overflow buffer (Tom)</para></listitem>

This is a release note item for the 7.3 release.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


pgsql-general by date:

Previous
From: CR Lender
Date:
Subject: Re: Storing Special Characters
Next
From: Julian
Date:
Subject: Re: How to convert numbers into words in postgresql