Re: sql problem with php

From: ljb <ljb220(at)mindspring(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: sql problem with php
Date: 2004-11-06 01:40:34
Message-ID: cmha2i$rjt$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

ff(at)dr(dot)ufu(dot)br wrote:
> Hi,
>
> I am having a problem with a system I developed using php with postgres.
>...
>
> I am not able to get a error_number in pgsql errors, only the error message.
> So when I used pgsql 7.3 a used the string "referential integrity violation"
> to detect this error, but on version 7.4 of pgsql this string was replaced
> with "violates foreign key constraint" .
> Anyone has a definitive solution on this or the way is to wait and change all
> my code on future releases of pgsql?

Unfortunately this is a limitation of the PHP PostgreSQL extension.
PostgreSQL provids access to error numbers (I think as of 7.4)
through libpq PQerrorField(), but PHP doesn't give you access to this yet.

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Robert Treat 2004-11-06 15:37:49 Re: sql problem with php
Previous Message Flavio Fonseca 2004-11-05 14:33:09 sql problem with php