On Wed, 23 Jun 1999, abdelkrim wrote:

> it is possible to insert into a view ?

if its a single-table view, yes -- you'd want to create a DO INSTEAD rule.
consult the manual/html pages to get the proper syntax for CREATE RULE.

if its a multitable view, maybe... i dont think this can be done with a
single rule, however.  you'll most likely need to implement a pl/pgsql or
pl/tcl function.

---
Howie <[EMAIL PROTECTED]>   URL: http://www.toodarkpark.org    
"The distance between insanity and genius is measured only by success."

Reply via email to