- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit973caf7
committed
pg_dumpall: Skip global objects with --statistics-only or --no-schema.
Previously, pg_dumpall would still dump global objects such as rolesand tablespaces even when --statistics-only or --no-schema was specified.Since these global objects are treated as schema-level data, they shouldbe skipped in these cases.This commit fixes the issue by ensuring that global objects are notdumped when either --statistics-only or --no-schema is used.Author: Fujii Masao <masao.fujii@oss.nttdata.com>Reviewed-by: Corey Huinker <corey.huinker@gmail.com>Discussion:https://postgr.es/m/08129593-6f3c-4fb9-94b7-5aa2eefb99b0@oss.nttdata.comBackpatch-through: 181 parent40c66f8 commit973caf7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
| 635 | + | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| |||
0 commit comments
Comments
(0)