> Raigo Lukk wrote:
> >
> > What is the way of creating Exceptions in PostgreSQL 6.5.3?

The pl/pgsql wording is 

        RAISE EXCEPTION ''Something exceptional happened...''.

See http://www.postgresql.org/docs/postgres/xplang19397.htm

Reply via email to