Re: Lack of docs for libpq C Library

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Pavel Golub <pavel(at)gf(dot)microolap(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Lack of docs for libpq C Library
Date: 2008-01-31 15:09:33
Message-ID: 200801311509.m0VF9Xp23007@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Pavel Golub wrote:
> 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".

Though they are exported, the are more for internal use, e.g. psql,
rather than something we want people using --- they can change from
release to release.

---------------------------------------------------------------------------

>
> 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(at)gf(dot)microolap(dot)com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2008-01-31 15:27:36 Re: Lack of docs for libpq C Library
Previous Message Pavel Golub 2008-01-31 09:20:41 Lack of docs for libpq C Library