--- mysql2pgsql 2000/10/24 11:40:45 1.5 +++ mysql2pgsql 2000/10/24 11:51:00 1.6 @@ -6,13 +6,17 @@ # mysqldump my_db_name | ./mysql2pgsql | psql pg_db_name # # Convert mysqldump file (from MySQL) to something readable by psql ! +# +# homepage: http://www.rot13.org/~dpavlin/projects.html -# 1999-12-15 DbP -- Dobrica Pavlinusic +# 1999-12-15 DbP -- Dobrica Pavlinusic # 1999-12-26 DbP don't make serial from auto_increment, create all manually # (to set start value right) # 2000-01-11 DbP now creates sequences with correct value # 2000-04-25 DbP import into CVS (at cvs.linux.hr) +# see rest of changelog at http://cvs.linux.hr/cvsweb.cgi/sql/mysql2pgsql + use DBI; if (!defined($ARGV[0]) || !defined($ARGV[1])) {