OSDN Git Service

Document the always-true-but-previously-undocumented fact that PQfnumber()
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Oct 2003 21:05:21 +0000 (21:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Oct 2003 21:05:21 +0000 (21:05 +0000)
commitfa09ee60263aa508b20efdc97e36fc725aaf7025
tree0ebe72793ba9bb4f7434bf15026afe75374ba284
parentb833c3d4a468975bfea1abc11feee1ca47de84b1
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.
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-exec.c