*** pgsql/doc/src/sgml/libpq.sgml 2010/06/25 17:08:09 1.310 --- pgsql/doc/src/sgml/libpq.sgml 2010/06/29 22:29:14 1.311 *************** *** 1,4 **** ! <application>libpq</application> - C Library --- 1,4 ---- ! <application>libpq</application> - C Library *************** typedef struct { *** 3157,3163 **** This is useful when a user-supplied identifier might contain special characters that would otherwise not be interpreted as part of the identifier by the SQL parser, or when the identifier might ! contain uppercase characters whose case should be preserved. --- 3157,3163 ---- This is useful when a user-supplied identifier might contain special characters that would otherwise not be interpreted as part of the identifier by the SQL parser, or when the identifier might ! contain upper case characters whose case should be preserved.