lib/dexter/client.rb in pgdexter-0.3.2 vs lib/dexter/client.rb in pgdexter-0.3.3

- old
+ new

@@ -41,9 +41,10 @@ o.boolean "--log-explain", "log explain", default: false, help: false o.string "--log-level", "log level", default: "info" o.boolean "--log-sql", "log sql", default: false o.float "--min-calls", "only process queries that have been called a certain number of times", default: 0 o.float "--min-time", "only process queries that have consumed a certain amount of DB time, in minutes", default: 0 + o.integer "--min-cost-savings-pct", default: 50, help: false o.boolean "--pg-stat-statements", "use pg_stat_statements", default: false, help: false o.string "-s", "--statement", "process a single statement" # separator must go here to show up correctly - slop bug? o.separator "" o.separator "Connection options:"