Re: [BUGS] BUG: PLPGSQL function causes PgSQL process to die when inserting into a view

2003-10-23 Thread Tom Lane
"Christopher Travers" <[EMAIL PROTECTED]> writes: > FATAL: SPI: improper call to spi_dest_setup I think this is a known and already-fixed bug. What version are you running? regards, tom lane ---(end of broadcast)--- TIP 3:

[BUGS] BUG: PLPGSQL function causes PgSQL process to die when inserting into a view

2003-10-23 Thread Christopher Travers
Hi all; I have two tables which have different security considerations wrapped into a view. Inserting into the view is done using a simple rule which inserts into both tables (tables have a 1:1 relationship and reflect the user-defined and admin-defined portions of a user profile). From psql,