Re: [GENERAL] Getting closer with functions, but...

2000-07-12 Thread Philip Warner
At 20:58 12/07/00 -0700, Scott Holmes wrote: > >This function works but is not selective enough. The tg_argv[] are pointers >to the arguments passed. And they do work correctly. > ... > >Is there a syntax that will allow me to build an sql statement for use in >theis funcation (ie delete from

Re: [GENERAL] Getting closer with functions, but...

2000-07-12 Thread Tom Lane
Scott Holmes <[EMAIL PROTECTED]> writes: > Is there a syntax that will allow me to build an sql statement for use > in theis funcation (ie delete from stxnoted where filename = fname and > record_key = rkey). Not in plpgsql, because it wants to precompile the queries, so you can't determine tabl