Document the always-true-but-previously-undocumented fact that PQfnumber()

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

Commit: fa09ee60263aa508b20efdc97e36fc725aaf7025
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-10-04T21:05:21Z
Releases: 7.4.1
Document the always-true-but-previously-undocumented fact that PQfnumber()
will downcase the supplied field name unless it is double-quoted.  Also,
upgrade the routine's handling of double quotes to match the backend,
in particular support doubled double quotes within quoted identifiers.
Per pgsql-interfaces discussion a couple weeks ago.

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +20 −3
src/interfaces/libpq/fe-exec.c modified +58 −10