Re: [pgadmin-support] generating UPDATE SET ... WHERE PK = ...

2007-11-12 Thread Guillaume Lelarge
Laurent ROCHE a écrit : > I would like to generate with a request a SQL order like > UPDATE tab1 > SET col_a = ?, col_b = ? ... > WHERE pk = ? > > for each table of a given schema (in fact what I want is slightly more > complicated but if I can write the above, I will be able to get the rest). >

[pgadmin-support] generating UPDATE SET ... WHERE PK = ...

2007-10-30 Thread Laurent ROCHE
Hi, I would like to generate with a request a SQL order like UPDATE tab1 SET col_a = ?, col_b = ? ... WHERE pk = ? for each table of a given schema (in fact what I want is slightly more complicated but if I can write the above, I will be able to get the rest). Will anyone be kind enough to sh