SEB Menard <smenard(at)avior(dot)ca> writes:
> I want to perform dynamic SQL update in PL/PGSQL... i don't know the
> name of the columns that i want to update. i just want to update a
> complete line... How i can get the names of the columns of a table in
> PL/PGSQL for produce a dynamic SQL update?
Use pltcl, not plpgsql. This sort of thing is easy in pltcl, hard or
impossible in plpgsql.
regards, tom lane