mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 22:08:41 -04:00
1834987fb6
discussion on pgsql-hackers (especially the frightening memory dump in <12273.999562219@sss.pgh.pa.us>), we decided that it is best not to use identifiers from an untrusted source at all. Therefore, all claims of the suitability of PQescapeString() for identifiers have been removed. Florian Weimer