Postgres 8.0 -> BEGIN EXCEPTION END Syntax????

Поиск
Список
Период
Сортировка
От Daniel Schuchardt
Тема Postgres 8.0 -> BEGIN EXCEPTION END Syntax????
Дата
Msg-id cfil4v$2kiv$1@news.hub.org
обсуждение исходный текст
Ответы Re: Postgres 8.0 -> BEGIN EXCEPTION END Syntax????  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-general
Hi ,

can anybody tell me the postgres - syntax for begin excepion end if I
want to ignore the error?

BEGIN
  exception ...
EXCEPTION
  WHEN OTHERS THEN ?????????????what to write for do nothing?????????
END;

in oracle it's

WHEN OTHERS THEN null; but this syntax doesn't work in postgres.

thnx

Daniel

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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Clustering, mirroriing, or replication?
Следующее
От:
Дата:
Сообщение: Re: Clustering, mirroriing, or replication?