Re: [pgadmin-support] Uniform UPDATE queries

2012-04-16 Thread Guillaume Lelarge
On Fri, 2012-04-13 at 20:42 +0200, Dennis wrote: > When a query is written to update a table, the usual process is to list all > the columns that need > updating. This could imply the creation of many possible queries for many > columns. In an effort to > keep the UPDATE queries more uniform, l

[pgadmin-support] Uniform UPDATE queries

2012-04-13 Thread Dennis
When a query is written to update a table, the usual process is to list all the columns that need updating. This could imply the creation of many possible queries for many columns. In an effort to keep the UPDATE queries more uniform, less number of unique queries, a keyword similar to DEFAULT,