~ubuntu-branches/ubuntu/trusty/apgdiff/trusty

« back to all changes in this revision

Viewing changes to debian/apgdiff.1.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2009-06-25 11:41:38 UTC
  • Revision ID: james.westby@ubuntu.com-20090625114138-1m4c1zp2u0mzn60z
Tags: 1.3-2
* Add asciidoc to Build-Depends. (Closes: #533919)
* Also fix warnings about deprecated glossary syntax in apgdiff.1.txt, and
  add libxml2-utils to Build-Depends. By Andres Rodriguez.
  (Closes: #534395)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
OPTIONS
21
21
-------
22
 
--version:-
 
22
--version::
23
23
                              displays apgdiff version
24
24
 
25
 
--add-defaults:-
 
25
--add-defaults::
26
26
                              adds DEFAULT ... in case new column NOT NULL constraint but
27
27
                              no default value (the default value is dropped later)"
28
28
 
29
 
--add-transaction:-
 
29
--add-transaction::
30
30
                              adds START TRANSACTION and COMMIT TRANSACTION
31
31
                              to the generated diff file
32
32
 
33
 
--ignore-function-whitespace:-
 
33
--ignore-function-whitespace::
34
34
                              ignores multiple spaces and new lines when comparing content
35
35
                              of functions - WARNING: this may cause functions to appear
36
36
                              to be same in cases they are not, so use this feature only
37
37
                              if you know what you are doing
38
38
 
39
 
--ignore-start-with:-
 
39
--ignore-start-with::
40
40
                              ignores START WITH modifications on SEQUENCEs (default is
41
41
                              not to ignore these changes)
42
42
 
43
 
--in-charset-name <charset>:-
 
43
--in-charset-name <charset>::
44
44
                              charset that should be used for reading input files (standard
45
45
                              charset name supported by Java)
46
46
 
47
 
--out-charset-name <charset>:-
 
47
--out-charset-name <charset>::
48
48
                              charset that should be used for writing output (standard
49
49
                              charset name supported by Java)
50
50
 
51
 
--quote-names:-
 
51
--quote-names::
52
52
                              adds quotes to names
53
53
 
54
54
AUTHOR