Re: Error code - Mailing list pgsql-php

From Bill Moran
Subject Re: Error code
Date
Msg-id 20090922093815.7b8ae05f.wmoran@potentialtech.com
Whole thread Raw
In response to Re: Error code  (Gustavo Amarilla Santacruz <gusamasan@gmail.com>)
Responses Re: Error code
List pgsql-php
In response to Gustavo Amarilla Santacruz <gusamasan@gmail.com>:

> Thank you, Chris.
> Now, I need to do this in PHP:
>
> -------------------- CODE
> ---------------------------------------------------------------
>
> $errorCode = pg_result_error_field($res1, PGSQL_DIAG_SQLSTATE) ;
>
> if( $errorCode == UNIQUE_VIOLATION )

if ( $errorCode == '23505' )

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

pgsql-php by date:

Previous
From: Gustavo Amarilla Santacruz
Date:
Subject: Re: Error code
Next
From: Gustavo Amarilla Santacruz
Date:
Subject: Re: Error code