Doc: update libpq's documentation for PQfn().

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

Commit: 386e64ea5abf346d887c21ea8869317838ba19b5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-04-30T19:10:06Z
Releases: 14.0
Doc: update libpq's documentation for PQfn().

Mention specifically that you can't call aggregates, window functions,
or procedures this way (the inability to call SRFs was already
mentioned).

Also, the claim that PQfn doesn't support NULL arguments or results
has been a lie since we invented protocol 3.0.  Not sure why this
text was never updated for that, but do it now.

Discussion: https://postgr.es/m/2039442.1615317309@sss.pgh.pa.us

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +20 −3

Documentation touched

Discussion