[DOCS] 9.3 is marked as Unsupported version online

2013-07-30 Thread Pavel Golub
Hello, pgsql-docs. Please see online manual, e.g. http://www.postgresql.org/docs/9.3/static/index.html There we have list of Unsupported versions: 9.3 / 8.3 / 8.2 / 8.1 / 8.0 / 7.4 / 7.3 / 7.2 / Should we move 9.3 to the left list instead? -- With best wishes, Pavel m

[DOCS] Search in devel docs?

2012-07-11 Thread Pavel Golub
Hello, Pgsql-docs. Seems like there is no search in devel branch of the docs, right? Example: http://www.postgresql.org/search/?u=%2Fdocs%2Fdevel%2F&q=smallserial -- With best wishes, Pavel mailto:pa...@gf.microolap.com -- Sent via pgsql-docs mailing list (pgsql-doc

Re: [DOCS] Multi-language glossary of PostgreSQL terms.

2011-03-13 Thread Pavel Golub
Hello, Dmitriy. Great idea! You wrote: DI> Hey all, DI> Oleg Bartunov and I intend to begin the project of translation DI> of PostgreSQL documentation on Russian. DI> First of all, we want to create glossary to be used by translators. DI> However we consider that it would be nice to generalize

Re: [DOCS] Missing Windows help/.chm help files for PG 9.0

2011-03-11 Thread Pavel Golub
Hello. You wrote: BM> char101 wrote: >> >> >> Josh Berkus wrote: >> > >> > On 12/02/2010 02:56 AM, tji...@rijpma.org wrote: >> >> On the webpage http://www.postgresql.org/docs/manuals/ you can download >> >> a windows help file (postgresql-8.4.chm). This option is missing for the >> >> new post

[DOCS] pg_restore listing

2009-09-29 Thread Pavel Golub
Hello, pgsql-docs. I think it would be nice to update the listing file example (and explanation of listing) at http://www.postgresql.org/docs/8.4/static/app-pgrestore.html Now it looks like: ; ; Archive created at Fri Jul 28 22:28:36 2000 ; dbname: mydb ; TOC Entries: 74 ; Compressio

Re: [DOCS] PQconnectStart & PQconnectPoll example

2009-07-17 Thread Pavel Golub
Hello, Peter. You wrote: PE> On Tuesday 14 July 2009 09:07:34 Pavel Golub wrote: >> I think at least one of the libpq examples in 30.20 chapter must >> show PQconnectStart & PQconnectPoll usage. >> >> May be there is a need in a additional example which wil

[DOCS] PQconnectStart & PQconnectPoll example

2009-07-13 Thread Pavel Golub
Hello, pgsql-docs. I think at least one of the libpq examples in 30.20 chapter must show PQconnectStart & PQconnectPoll usage. May be there is a need in a additional example which will show asynchronous commands processing: PQconnectStart, PQconnectPoll, PQsendQuery etc. -- With best wishes,

Re: [DOCS] Need 8.4 chm.

2009-05-28 Thread Pavel Golub
Hello, Larry. You wrote: LS> Greetings, Please help provide a chm file for 8.4b2. Unlike prior Windows LS> installations, the postgreSQL.chm is absent. This file format provides very LS> valuable searching capabilities. LS> Appreciatively! --LS LS> LS> Larry Silvermintz, Ph.D.| Bio

Re: [DOCS] Lack of docs for libpq C Library

2008-02-01 Thread Pavel Golub
Hello, Bruce. You wrote: BM> Alvaro Herrera wrote: >> Bruce Momjian wrote: >> > Pavel Golub wrote: >> > > Hello, pgsql-docs. >> > > >> > > I noticed that some exported functions are not documented in the >> > > Chapter 30. How

[DOCS] Lack of docs for libpq C Library

2008-01-31 Thread Pavel Golub
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