The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation: not tested
Hi,
Tested this patch with `--no-policies` option works as expected by ensuring that policy definitions are not included in
databasebackups. Successfully tested using `pg_dump`, `pg_dumpall`, and `pg_restore`, confirming that policies are
excludedupon restoration. The `admin_full_access` policy was correctly applied, granting full access to the `admin`
rolefor the `users` table. Additionally, the `read_only_access` policy was verified to restrict the `readonly` role to
onlyperforming `SELECT` operations.
Regards,
Newt Global PostgreSQL Contributors