Re: pg_last_error() doesn't return connection errors - Mailing list pgsql-php

From Frank Naude
Subject Re: pg_last_error() doesn't return connection errors
Date
Msg-id AANLkTikf8JXMHqWg060jmcqyNBv+deSAs-m5nOnak_GH@mail.gmail.com
Whole thread Raw
In response to pg_last_error() doesn't return connection errors  (Frank Naude <naudefj@gmail.com>)
List pgsql-php
Hi Andrew,

On Fri, Aug 27, 2010 at 2:01 PM, Andrew McMillan <andrew@morphoss.com> wrote:
> Since I've migrated to PDO, and only have a bit of legacy stuff around
> that uses pg_* I don't think it will do me any good at all!  I really
> try to let other people do all of the coding against other databases, so
> I can luxuriate in the One True SQL :-)

I'm fully aware that the pdo_pgsql works as it should - here is an example:

try {
    $c = new PDO('pgsql:host=127.0.0.1 user=postgres password=xxx
dbname=yyy', 'postgres', 'xxx');
} catch (PDOException $e) {
    var_dump( $e->getMessage() );
}

However, the pgsql driver needs some updating or should be deprecated.

Best regards.

Frank

pgsql-php by date:

Previous
From: Frank Naude
Date:
Subject: Re: pg_last_error() doesn't return connection errors
Next
From: Yaz Kedoo
Date:
Subject: pgsql-php@postgresql.org