*** pgsql/doc/src/sgml/ref/update.sgml 2008/11/16 17:34:28 1.48 --- pgsql/doc/src/sgml/ref/update.sgml 2009/01/22 20:16:00 1.49 *************** *** 1,5 **** --- 1,5 ---- *************** UPDATE [ ONLY ] expressions or condition. --- 66,75 ---- ! You must have the UPDATE privilege on the table, ! or at least on the column(s) that are listed to be updated. ! You must also have the SELECT ! privilege on any column whose values are read in the expressions or condition.