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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 075ab425bdbb4bb2de41624305f20885cae7ba7e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-09-01T23:25:58Z
Releases: 9.6.0
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.

Files

PathChange+/−
doc/src/sgml/plpython.sgml modified +14 −10

Documentation touched