Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 4A60A2E0116 for ; Thu, 31 Jan 2008 05:20:48 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 11662-04 for ; Thu, 31 Jan 2008 05:20:33 -0400 (AST) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by postgresql.org (Postfix) with ESMTP id 585CB2E0128 for ; Thu, 31 Jan 2008 05:20:35 -0400 (AST) Received: by fg-out-1718.google.com with SMTP id 22so573717fge.23 for ; Thu, 31 Jan 2008 01:20:34 -0800 (PST) Received: by 10.82.153.5 with SMTP id a5mr3383787bue.9.1201771234025; Thu, 31 Jan 2008 01:20:34 -0800 (PST) Received: from PASHA ( [82.207.102.193]) by mx.google.com with ESMTPS id e32sm3778986fke.10.2008.01.31.01.20.32 (version=SSLv3 cipher=OTHER); Thu, 31 Jan 2008 01:20:33 -0800 (PST) Date: Thu, 31 Jan 2008 11:20:41 +0200 X-Mailer: The Bat! (v3.62.14) Professional Reply-To: Pavel Golub Organization: Microolap X-Priority: 3 (Normal) Message-ID: <434340074.20080131112041@gf.microolap.com> To: pgsql-docs@postgresql.org Subject: Lack of docs for libpq C Library MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Pavel Golub X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200801/44 X-Sequence-Number: 4773 Hello, pgsql-docs. I noticed that some exported functions are not documented in the Chapter 30. However, there are some info about them in other chapters, e.g. PQclientEncoding using is described in chapter 22.2.3 "Automatic Character Set Conversion Between Server and Client". This is the list of exported functions without docs: ================ PQclientEncoding PQsetClientEncoding PQconninfoFree PQdsplen PQenv2encoding PQinitSSL PQmblen PQregisterThreadLock appendPQExpBuffer appendPQExpBufferChar appendPQExpBufferStr createPQExpBuffer destroyPQExpBuffer enlargePQExpBuffer initPQExpBuffer appendBinaryPQExpBuffer pg_char_to_encoding pg_encoding_to_char pg_utf_mblen pg_valid_server_encoding pgresStatus pqsignal printfPQExpBuffer resetPQExpBuffer termPQExpBuffer For me as a developer this is extremely important info. Thanks for understanding. -- With best wishes, Pavel mailto:pavel@gf.microolap.com