Postgre RAISE NOTICE and PHP

From: Andre Lopes <lopes80andre(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Postgre RAISE NOTICE and PHP
Date: 2009-08-18 16:57:24
Message-ID: 18f98e680908180957t268495aal759f9d6a109e2e4c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm developing a function with some checks, for example... to check if the
e-mail is valid or not.

If the e-mail is not valid I put a line with RAISE NOTICE 'E-mail not
valid'.

I need to know if it is possible to show this RAISE NOTICE when I run this
function from PHP.

Best Regards,
André.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2009-08-18 17:04:17 Re: 2 versions of Postgres on the same machine
Previous Message Greg Stark 2009-08-18 16:15:39 Re: PQgetlength vs. octet_length()