Re: Exceptions in PostgreSQL

2000-03-15 Thread Ed Loehr
Raigo Lukk wrote: > > What is the way of creating Exceptions in PostgreSQL 6.5.3? http://www.deja.com/getdoc.xp?AN=570616874

Re: Exceptions in PostgreSQL

2000-03-15 Thread Ed Loehr
> 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