mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 00:08:31 -05:00
require SELECT privilege as well, since you normally need to read existing column values within such commands. This behavior is according to spec, but we'd never documented it before. Per gripe from Volkan Yazici.