diff options
author | Fujii Masao <fujii@postgresql.org> | 2020-01-31 00:45:39 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2020-01-31 00:45:39 +0900 |
commit | 928e755d22de56e998b0b76596ebda1941e0e323 (patch) | |
tree | cc9d4bcad9a93105e10a0d448e309f529cc117f3 /src/bin/pg_dump/parallel.c | |
parent | 43a648f57ce3d45fc77b0d18b0829884d8449151 (diff) |
Make inherited TRUNCATE perform access permission checks on parent table only.
Previously, TRUNCATE command through a parent table checked the
permissions on not only the parent table but also the children tables
inherited from it. This was a bug and inherited queries should perform
access permission checks on the parent table only. This commit fixes
that bug.
Back-patch to all supported branches.
Author: Amit Langote
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/CAHGQGwFHdSvifhJE+-GSNqUHSfbiKxaeQQ7HGcYz6SC2n_oDcg@mail.gmail.com
Diffstat (limited to 'src/bin/pg_dump/parallel.c')
0 files changed, 0 insertions, 0 deletions