Re: status variables

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Keith Worthington <keithw(at)narrowpathinc(dot)com>
Cc: PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: status variables
Date: 2004-12-15 03:00:24
Message-ID: 20041215030024.GA28726@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Keith Worthington 2004-12-15 03:39:56 Re: status variables
Previous Message Josh Berkus 2004-12-15 02:29:57 Re: Indexing Strategy