creating assertions in functions

From: Leon Sol Levy <levy(at)pc41(dot)cs(dot)ucdavis(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: creating assertions in functions
Date: 2001-02-14 23:56:30
Message-ID: 96f5ve$cve$2@woodrow.ucdavis.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi. i was wondering how to go about creating an assertion to be used within a
pl/sql function.
do i put

create assertion <assertion name>
check ...

before or after "begin"?

thanks

--
-leon (in the dungeon of EUII @ UC Davis)

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alfonso Peniche 2001-02-15 01:09:27 temp table creation
Previous Message Tom Lane 2001-02-14 23:36:44 Re: Postmaster crashes