On Wednesday 19 Jun 2002 2:25 pm, Tom Jenkins wrote:
> hello all,
> i hope somebody can shed some light on a problem i'm having with
> pl/pgsql.
> PERFORM ''update % set lastaccess = NULL;'', obj.relname ;
Are you sure this shouldn't be EXECUTE (build the sql-string normally first)
- Richard Huxton