Re: [SQL] C/C++ interface

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Volker Paul <vpaul(at)dohle(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [SQL] C/C++ interface
Date: 2001-02-16 14:40:01
Message-ID: 200102161440.JAA10380@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-sql

There is a libpq++.sgml. If you could send a patch against that, it
would be prefect.

> Tom Lane wrote:
> >
> > Volker Paul <vpaul(at)dohle(dot)com> writes:
> > > Is someone maintaining the C++ interface and its documentation?
> >
> > Not really. Feel free to step up and lend a hand ...
>
> I found some functions of the C++ binding library
> that are not or scarcely documented, namely:
> int GetIsNull(int tup_num, int field_num);
> int GetIsNull(int tup_num, const char* field_name);
> int GetLine(char* string, int length);
> void PutLine(const char* string);
> const char* OidStatus();
> int EndCopy();
>
> I would like to complete the documentation at these points,
> and maybe add some small example C++ programs.
>
> In which form should I write the documentation and where
> should I send it?
> (I have no possibility at the moment to test SGML documents,
> i.e. convert them to HTML.)
>
> Regards,
>
> Volker Paul
>

--
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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Alethea Boey 2001-02-16 15:30:40 missing chapter in documentation
Previous Message Bruce Momjian 2001-02-16 14:36:23 Re: Re: PostgreSQL vs Oracle vs DB2 vs MySQL - Which should I use?

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Meynell 2001-02-16 14:41:09 Help Retrieving Latest Record
Previous Message dev 2001-02-16 10:03:16 Re: C/C++ interface