Getting number of tuples affected

Поиск
Список
Период
Сортировка
От Michael Richards
Тема Getting number of tuples affected
Дата
Msg-id Pine.BSF.4.10.9906300155360.12242-100000@scifair.acadiau.ca
обсуждение исходный текст
Ответы Re: [HACKERS] Getting number of tuples affected  (Vince Vielhaber <vev@michvhf.com>)
Список pgsql-hackers
I was looking for a function to return the number of tuples an update
returned, but couldn't find anything for libpq++. Any ideas?

I also noticed a bug in the docs worth mentioning...
http://postgresql.nextpath.com/doxlist.html
       PgDatabase data;       data.exec("create table foo (a int4, b char16, d float8)");       data.exec("copy foo
fromstdin");       data.putline("3\etHello World\et4.5\en");       data.putline("4\etGoodbye World\et7.11\en");
&...      data.putline(".\en");       data.endcopy();
 

There is no PgDatabase::exec


thanks
-Michael



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Richards
Дата:
Сообщение: Re: [HACKERS] Hot Backup Ability
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Perl library (was Building Postgres)