Change function name PQclientencoding to PQclientEncoding since

Tatsuo Ishii <ishii@postgresql.org>

Commit: d4e62e5deda4e067c335736780fbdcfbbd9ce140
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2000-02-05T12:33:22Z
Releases: 7.1.1
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