pgsql: Document that PL/Python now returns floats using repr() not str(

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that PL/Python now returns floats using repr() not str(
Date: 2015-09-01 23:26:06
Message-ID: E1ZWuwI-000864-Ob@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that PL/Python now returns floats using repr() not str().

Commit 1ce7a57ca neglected to update the user-facing documentation,
which described the old behavior precisely.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/075ab425bdbb4bb2de41624305f20885cae7ba7e

Modified Files
--------------
doc/src/sgml/plpython.sgml | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2015-09-02 17:09:41 pgsql: Allow usage of huge maintenance_work_mem for GIN build.
Previous Message Tom Lane 2015-09-01 21:24:56 Re: pgsql: Flush to show results of TestLib.pm (TAP) test as we go.