Re: [GENERAL] libpq confusion

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [GENERAL] libpq confusion
Дата
Msg-id CAFj8pRCco=y_AMz5Pe4+tKic1aCWr=g9oMMC4Va8ZSBmRHOdww@mail.gmail.com
обсуждение исходный текст
Ответ на [GENERAL] libpq confusion  (Igor Korot <ikorot01@gmail.com>)
Список pgsql-general


2017-09-20 5:36 GMT+02:00 Igor Korot <ikorot01@gmail.com>:
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.

That means so this command doesn't fail  - not so there  are some record.

you can use different query, that returns true, false

SELECT EXISTS(SELECT * FROM abcattbl WHERE abt_tnam = 'leagues');

Regards

Pavel


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 по дате отправления:

Предыдущее
От: Igor Korot
Дата:
Сообщение: [GENERAL] libpq confusion
Следующее
От: Allan Harvey
Дата:
Сообщение: Re: [GENERAL] libpq confusion