Re: status variables

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: status variables
Дата
Msg-id 20041215030024.GA28726@winnie.fuhr.org
обсуждение исходный текст
Ответ на status variables  ("Keith Worthington" <keithw@narrowpathinc.com>)
Ответы Re: status variables
Список pgsql-novice
On Tue, Dec 14, 2004 at 09:11:24PM -0500, Keith Worthington wrote:

> When executing a query in PostgreSQL v7.3.6 are any variables set that
> indicate the status of that query?  Success/Failure, Number of rows retrieved,
> Number of records written, etc.  If not is this functionality provided in a
> later release?  Where can I find the documentation that describes these variables?

Whether query status is available and how to access it depends on
the interface you're using (libpq, Perl + DBI, ECPG, PL/pgSQL, etc.)
and should be described in that interface's documentation.  What
interface are you using?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Indexing Strategy
Следующее
От: "Keith Worthington"
Дата:
Сообщение: Re: status variables