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
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