Project

General

Profile

« Previous | Next » 

Revision 3396

pg_dump_vegbien: Use SET SESSION AUTHORIZATION to ensure that owners are always recorded in the same format. This will help make plain text backups comparable using diff.

View differences:

pg_dump_vegbien
16 16
test -n "$owners" && ownerOpts= || ownerOpts='--no-owner --no-privileges'
17 17

  
18 18
(set -x; "$selfDir/../bin/postgres_vegbien" pg_dump --schema="\"$1\"" \
19
$dataOpts $ownerOpts)
19
$dataOpts $ownerOpts --use-set-session-authorization)

Also available in: Unified diff