[GENERAL] libpq confusion - Mailing list pgsql-general

From Igor Korot
Subject [GENERAL] libpq confusion
Date
Msg-id CA+FnnTyTVohx+ENb5ub9fa_fdFzj5ftTOmUrxUhDhgKes7xmDg@mail.gmail.com
Whole thread Raw
Responses Re: [GENERAL] libpq confusion  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: [GENERAL] libpq confusion  (Allan Harvey <allan.harvey@libertyonesteel.com>)
List pgsql-general
Hi, ALL,

draft=# SELECT 1 FROM abcattbl WHERE abt_tnam = 'leagues';?column?
----------
(0 rows)


However running it thru the PQexecParam() I am getting "PGRES_TUPLES_OK"
which means that the such record exist.

How do I properly check if the record exists from libpq?


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Alex Samad
Date:
Subject: [GENERAL] problem
Next
From: Pavel Stehule
Date:
Subject: Re: [GENERAL] libpq confusion