mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 13:58:10 -04:00
a8f98c068e
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.