libpq: how to get error code (not message)

From: X X <junkmbox(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: libpq: how to get error code (not message)
Date: 2004-12-02 03:11:44
Message-ID: 20041202031144.68001.qmail@web51106.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

I'm writing a client in C++ using the C-library
(libpq) interface to PostgreSQL server.

I would like to know what function to call to obtain
one of the codes listed at

http://www.postgresql.org/docs/7.4/static/errcodes-appendix.html

(I'm aware from other postings that in JDBC it would
be a getSQLState() call, but what if I have to code
the client in C/C++ and use libpq ?)

I found that the error codes are defined in file
errcodes.h under the /server include directory, but
can't find the client-side function that returns them.

Any hints are much appreciated,
Serge


__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Fuhr 2004-12-02 06:06:48 Re: libpq: how to get error code (not message)
Previous Message Mike Aubury 2004-12-01 09:09:05 Re: Aubit 4GL for postgresql