patch default_values from Nirgal Vourgère

This commit is contained in:
Brian Bruns
2011-02-16 18:59:25 -05:00
parent 39277312d4
commit d794c6e2a1
6 changed files with 122 additions and 41 deletions

View File

@@ -14,6 +14,8 @@ OPTIONS
--no-drop-table Don't issue DROP TABLE statement. This is the default.
--not-null Issue NOT NULL constraints. This is the default.
--no-not-null Don't issue NOT NULL constraints.
--default-values Issue DEFAULT values.
--no-default-values Don't issue DEFAULT values. This is the default.
--not-empty Issue CHECK <> '' constraints.
--no-not-empty Don't issue CHECK <> '' constraints. This is the default.
--indexes Export INDEXes. This is the default.