Questions for experts

From: SEB Menard <smenard(at)avior(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Questions for experts
Date: 2003-05-13 12:15:44
Message-ID: 1052828144.19880.6.camel@mis-11.avior.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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?

In Oracle UPDATE ...SET ROW do the jobs any substitutes in POSTGRES?

Thanks a lot!!!!

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ryan 2003-05-13 14:16:31 N all-way relationship
Previous Message A.Bhuvaneswaran 2003-05-13 08:12:20 Re: Why this query does not work?