We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788751d commit d998483Copy full SHA for d998483
internal/db/dump/dump.go
@@ -53,7 +53,6 @@ func Run(ctx context.Context, path string, config pgconn.Config, dataOnly, roleO
53
} else if roleOnly {
54
fmt.Fprintln(os.Stderr, "Dumping roles from remote database...")
55
script = dumpRoleScript
56
- excludedSchemas = utils.InternalSchemas
57
} else {
58
fmt.Fprintln(os.Stderr, "Dumping schemas from remote database...")
59
script = dumpSchemaScript
0 commit comments