+1
-1
lines changedFilter options
+1
-1
lines changed Original file line number Diff line number Diff line change
@@ -699,7 +699,7 @@ func loadConfigurationFile(path string) (options, error) {
699
699
o.Schemas = parseIdentifierList(s.Key("schemas").String())
700
700
o.ExcludedSchemas = parseIdentifierList(s.Key("exclude_schemas").String())
701
701
o.Tables = parseIdentifierList(s.Key("tables").String())
702
-
o.ExcludedTables = parseIdentifierList(s.Key("exclude_tables").String())
702
+
o.ExcludedTables = s.Key("exclude_tables").Strings(",")
703
703
704
704
if s.HasKey("pg_dump_options") {
705
705
words, err := shlex.Split(s.Key("pg_dump_options").String(), true)
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4