.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. .TH APGDIFF "1" "January 2022" "apgdiff 2.7.0-1" "User Commands" .SH NAME apgdiff \- Another PostgreSQL Diff Tool .SH SYNOPSIS .B apgdiff [\fI\,options\/\fR] \fI\, \/\fR .SH OPTIONS .SS "--version:" .IP displays apgdiff version .SS "--add-defaults:" .IP adds DEFAULT ... in case new column has NOT NULL constraint but no default value (the default value is dropped later). .SS "--add-transaction:" .IP adds START TRANSACTION and COMMIT TRANSACTION to generated diff file. .SS "--ignore-function-whitespace:" .IP ignores multiple spaces and new lines when comparing content of functions \- WARNING: this may cause functions to appear to be same in cases they are not, so use this feature only if you know what you are doing. .SS "--ignore-start-with:" .IP ignores START WITH modifications on SEQUENCEs (default: do not ignore these changes). .SS "--ignore-schema-creation:" .IP Removes the need of CREATE SCHEMA command on the input schemas .SS "--in-charset-name :" .IP charset that should be used for reading input files (standard charset name supported by Java; the default is UTF\-8). .SS "--out-charset-name :" .IP charset that should be used for writing output (standard charset name supported by Java, default is UTF\-8) .SS "--output-ignored-statements:" .IP outputs information about DDL statements that apgdiff ignores at this moment (it will not output any SELECT, INSERT, UPDATE and/or DELETE statements). .SS "--ignore-slony-triggers:" .IP when parsing SQL statements, ignores Slony triggers named _slony_logtrigger and _slony_denyaccess. .PP \fB\-\-list\-charsets\fR .IP lists all supported charsets