pgsql: pg_dump, pg_dumpall, pg_restore: Add --no-policies option. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: pg_dump, pg_dumpall, pg_restore: Add --no-policies option.
Date
Msg-id E1ttw9q-002pLS-2F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_dump, pg_dumpall, pg_restore: Add --no-policies option.

Add --no-policies option to control row level security policy handling
in dump and restore operations. When this option is used, both CREATE
POLICY commands and ALTER TABLE ... ENABLE ROW LEVEL SECURITY commands
are excluded from dumps and skipped during restores.

This is useful in scenarios where policies need to be redefined in the
target system or when moving data between environments with different
security requirements.

Author: Nikolay Samokhvalov <nik@postgres.ai>
Reviewed-by: Greg Sabino Mullane <htamfids@gmail.com>
Reviewed-by: Jim Jones <jim.jones@uni-muenster.de>
Reviewed-by: newtglobal postgresql_contributors <postgresql_contributors@newtglobalcorp.com>
Discussion: https://postgr.es/m/CAM527d8kG2qPKvbfJ=OYJkT7iRNd623Bk+m-a4ngm+nyHYsHog@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cd3c45125d2d92e86ad7530b162562a23d063c26

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml        |  9 +++++++++
doc/src/sgml/ref/pg_dumpall.sgml     |  9 +++++++++
doc/src/sgml/ref/pg_restore.sgml     | 10 ++++++++++
src/bin/pg_dump/pg_backup.h          |  4 +++-
src/bin/pg_dump/pg_backup_archiver.c |  7 +++++++
src/bin/pg_dump/pg_dump.c            |  8 ++++++++
src/bin/pg_dump/pg_dumpall.c         |  5 +++++
src/bin/pg_dump/pg_restore.c         |  4 ++++
src/bin/pg_dump/t/002_pg_dump.pl     | 16 ++++++++++++++++
9 files changed, 71 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: contrib/isn: Make weak mode a GUC setting, and fix related funct
Next
From: Michael Paquier
Date:
Subject: pgsql: Revert "Add redo LSN to pgstats files"