Re: C/C++ interface

From: Volker Paul <vpaul(at)dohle(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: C/C++ interface
Date: 2001-02-16 08:24:09
Message-ID: 3A8CE3A9.E6C8C92C@dohle.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-sql

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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Christopher Sawtell 2001-02-16 09:25:00 Re: Re: PostgreSQL vs Oracle vs DB2 vs MySQL - Which should I use?
Previous Message Frank Joerdens 2001-02-16 08:12:41 Re: Re: PostgreSQL vs Oracle vs DB2 vs MySQL - Which should I use?

Browse pgsql-sql by date

  From Date Subject
Next Message dev 2001-02-16 10:03:16 Re: C/C++ interface
Previous Message Steve Meynell 2001-02-15 21:04:50 Help retrieving lastest record