Change function name PQclientencoding to PQclientEncoding since
Tatsuo Ishii <ishii@postgresql.org>
Change function name PQclientencoding to PQclientEncoding since it seems more suitable for the naming convention in libpq. New function PQsetClientEncoding added. It makes possible to change the client encoding on the fly without setting PGCLIENTENCODING.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-connect.c | modified | +44 −2 |
| src/interfaces/libpq/fe-print.c | modified | +2 −2 |
| src/interfaces/libpq/libpq-fe.h | modified | +3 −2 |