Re: A question about RAISE NOTICE

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: A question about RAISE NOTICE
Дата
Msg-id Pine.BSO.4.64.0905071948470.12399@leary.csoft.net
обсуждение исходный текст
Ответ на Re: A question about RAISE NOTICE  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-general

On Thu, 7 May 2009, Craig Ringer wrote:

> Most programs will not be aware of notice messages. Unlike error
> messages there's no provision for them in standard JDBC/ODBC/etc APIs,
> and you have to specifically ask the client driver for them. Unless your
> app is aware of PostgreSQL specifically, it won't be doing that.

The JDBC API has a SQLWarning that we map notice messages to and are
understood by client tools.

http://java.sun.com/javase/6/docs/api/java/sql/SQLWarning.html

Kris Jurka

В списке pgsql-general по дате отправления:

Предыдущее
От: David Kerr
Дата:
Сообщение: Re: Schema per user?
Следующее
От: Tim Bunce
Дата:
Сообщение: Re: prepared statements and DBD::Pg