Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/5416~1
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/5416
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Mar 16, 2025

  1. 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
    tglsfdc committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    cd3c451 View commit details
    Browse the repository at this point in the history
Loading