Re: Is there a trace facility for postgres/php?

From: "Guido Barosio" <gbarosio(at)gmail(dot)com>
To: "Mary Anderson" <maryfran(at)demog(dot)berkeley(dot)edu>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Is there a trace facility for postgres/php?
Date: 2008-05-09 16:58:40
Message-ID: f7f6b4c70805090958k1da0353cw4e3ba75c0fc18d8e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Mary,

Try this function pg_last_error() :

http://www.php.net/manual/en/function.pg-last-error.php

Regards,
gb.-

On Fri, May 9, 2008 at 1:20 PM, Mary Anderson
<maryfran(at)demog(dot)berkeley(dot)edu> wrote:
> Hi all,
> I am writing a php/postgres application. I have been printing out
> commands and errors at each step of the way. In the past I have used a
> trace facility to find out what the last SQL command the database ran. Is
> such a thing available in php/postgres? I know how to get the most recent
> SQL error on a connection and print it out.
>
> Thanks
>
> Mary
>
> --
> Sent via pgsql-novice mailing list (pgsql-novice(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-novice
>

--
Guido Barosio
-----------------------
http://www.globant.com
guido(dot)barosio(at)globant(dot)com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ryan D. E nos 2008-05-09 17:11:03 optimizing simple math operator
Previous Message Mary Anderson 2008-05-09 16:20:40 Is there a trace facility for postgres/php?