How to check constraints before call of simple_heap_insert()? - Mailing list pgsql-general

From Vanyel
Subject How to check constraints before call of simple_heap_insert()?
Date
Msg-id 1166084160.970397.118630@73g2000cwn.googlegroups.com
Whole thread Raw
Responses Re: How to check constraints before call of simple_heap_insert()?  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
Hi all.
I'm writting some trigger i C, and I use simple_heap_insert() function
to insert HeapTuple to a table. But unfortunatelly that function does
not check constraints before inserting values to the table. Does anyone
know there is some function that checks constraints while inserting
HeapTuple structure?
Thanks in advice

Best regards.
Vanyel


pgsql-general by date:

Previous
From: "William Leite Araújo"
Date:
Subject: Re: A VIEW mimicing a TABLE
Next
From: wheel
Date:
Subject: Subcribing to this list, what's the secret?