Fw: [GENERAL] Error messages - Mailing list pgsql-jdbc

From Mihai Gheorghiu
Subject Fw: [GENERAL] Error messages
Date
Msg-id 008201c15581$3108ffa0$6e646464@New6.Travel
Whole thread Raw
List pgsql-jdbc
Thanks,
I'm referring to messages generated in triggers by Raise Exception and Raise
Notice.
Mihai

-----Original Message-----
From: Barry Lind <barry@xythos.com>
To: Mihai Gheorghiu <tanethq@earthlink.net>
Cc: pgsql-jdbc@postgresql.org <pgsql-jdbc@postgresql.org>
Date: Sunday, October 14, 2001 11:42 PM
Subject: Re: [JDBC] [GENERAL] Error messages


>Mihai,
>
>Do you have specific examples of the error messages you want on the
>front end?  As far as I know all error messages that result from a
>particular client are sent back to that client.  Either as errors (ERROR
>messages), or as warnings (NOTICE messages).  Error messages get thrown
>via a SQLException, and warnings can be gotten by calling
>Connection.getWarnings().
>
>thanks,
>--Barry
>
>
>
>Mihai Gheorghiu wrote:
>
>> Is it possible to have the backend messages  displayed by the front end?
>> More precisely: I'm accessing PG via JDBC. Can JDBC driver convey PG
server
>> error messages to the front, or I can get only what JDBC throws?
>> Thank you all.
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 5: Have you checked our extensive FAQ?
>>
>> http://www.postgresql.org/users-lounge/docs/faq.html
>>
>>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html


pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: [GENERAL] Error messages
Next
From: "Paul Wallace"
Date:
Subject: Java classes