|
NAMEsqlt-diff - find the differences b/w two schemasSYNOPSISFor help:sqlt-diff -h|--help For a list of all valid parsers: sqlt -l|--list To diff two schemas: sqlt-diff [options] file_name1=parser file_name2=parser Options: -d|--debug Show debugging info DESCRIPTIONsqlt-diff is a utility for creating a file of SQL commands necessary to transform the first schema provided to the second. While not yet exhaustive in its ability to mutate the entire schema, it will report the following
"ALTER/DROP TABLE" and "CREATE INDEX" statements are not generated by the Producer, unfortunately, and may require massaging before being passed to your target database. AUTHORKen Youens-Clark <kclark@cpan.org>.SEE ALSOSQL::Translator, <http://sqlfairy.sourceforge.net>.
Visit the GSP FreeBSD Man Page Interface. |