~ubuntu-branches/ubuntu/karmic/apgdiff/karmic

« back to all changes in this revision

Viewing changes to src/main/resources/cz/startnet/utils/pgdiff/usage.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2008-09-09 15:42:54 UTC
  • Revision ID: james.westby@ubuntu.com-20080909154254-458sv7ew1rczdal1
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Usage: apgdiff [options] <old_dump> <new_dump>
 
2
 
 
3
Options:
 
4
--version:                    displays apgdiff version
 
5
--add-defaults:               adds DEFAULT ... in case new column NOT NULL constraint but
 
6
                              no default value (the default value is dropped later)"
 
7
--add-transaction:            adds START TRANSACTION and COMMIT TRANSACTION
 
8
                              to the generated diff file
 
9
--ignore-function-whitespace: ignores multiple spaces and new lines when comparing content
 
10
                              of functions - WARNING: this may cause functions to appear
 
11
                              to be same in cases they are not, so use this feature only
 
12
                              if you know what you are doing
 
13
--ignore-start-with:          ignores START WITH modifications on SEQUENCEs (default is
 
14
                              not to ignore these changes)
 
15
--in-charset-name <charset>:  charset that should be used for reading input files (standard
 
16
                              charset name supported by Java)
 
17
--out-charset-name <charset>: charset that should be used for writing output (standard
 
18
                              charset name supported by Java)
 
19
--quote-names:                adds quotes to names