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

From Tom Lane
Subject pgsql: Document that PL/Python now returns floats using repr() not str(
Date
Msg-id E1ZWuwI-000865-Og@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e2e78acccaa94e7d64dc2bc0b124cfcf23520918

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Flush to show results of TestLib.pm (TAP) test as we go.
Next
From: Tom Lane
Date:
Subject: pgsql: Document that PL/Python now returns floats using repr() not str(