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

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

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