libpq/libpq++ result function reorganization

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: libpq/libpq++ result function reorganization
Date: 2001-04-30 17:37:18
Message-ID: 200104301737.f3UHbIe21478@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I have applied the following patch to the docs. Previously, all the
PQexec() result functions where listed in one long list which I found
hard to understand.

I created subsections, <sect2>, for main routines, SELECT information
routines, SELECT value routines, and non-SELECT routines.

I did this for libpq and libpq++. The other interfaces didn't have this
problem.

Tweeking welcomed. I tested the HTML output here with my old sgmltools
install and it looked OK.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 14.9 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Ivan Baldo 2001-05-02 18:09:11 [Fwd: dbf2pg improvements (password, charset convertions, etc.)]
Previous Message Bruce Momjian 2001-04-29 23:33:15 Re: Re: [HACKERS] Support for %TYPE in CREATE FUNCTION