A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/orgrim/pg_back/commit/be759c48729827ea82d9b31012bc374e132f744b below:

accept commas for exclude_dbs · orgrim/pg_back@be759c4 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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