Add --max-rows option (no automated tests yet)

Fixes #288
This commit is contained in:
Joe Nelson
2015-12-05 19:03:18 -08:00
parent d21120962d
commit cbbb1871bb
7 changed files with 45 additions and 25 deletions
+3
View File
@@ -45,6 +45,7 @@ executable postgrest
, parsec
, postgrest
, regex-tdfa
, safe >= 0.3 && < 0.4
, scientific
, string-conversions
, text
@@ -98,6 +99,7 @@ library
, optparse-applicative
, parsec
, regex-tdfa
, safe
, scientific
, string-conversions
, text
@@ -181,6 +183,7 @@ Test-Suite spec
, parsec
, process
, regex-tdfa
, safe
, scientific
, string-conversions
, text