-#!/usr/bin/perl5
+#!/usr/bin/perl
#
# My2Pg: MySQL to PostgreSQL dump conversion utility
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: my2pg.pl,v 1.1 2001/02/10 11:43:12 momjian Exp $
+# $Id: my2pg.pl,v 1.2 2001/02/10 11:43:33 momjian Exp $
# TODO:
# + Handle SETs
#
# $Log: my2pg.pl,v $
+# Revision 1.2 2001/02/10 11:43:33 momjian
+# cleanup
+#
# Revision 1.1 2001/02/10 11:43:12 momjian
# Add other mysql conversion utility for comparisons.
#
$|=1;
print("------------------------------------------------------------------");
-print("\n-- My2Pg \$Revision: 1.1 $ \translated dump");
+print("\n-- My2Pg \$Revision: 1.2 $ \translated dump");
print("\n--");
print("\n------------------------------------------------------------------");
# push header to libtypes.c
open(LIBTYPES,">$libtypesource");
print LIBTYPES "/******************************************************";
-print LIBTYPES "\n * My2Pg \$Revision: 1.1 $ \translated dump";
+print LIBTYPES "\n * My2Pg \$Revision: 1.2 $ \translated dump";
print LIBTYPES "\n * User types definitions";
print LIBTYPES "\n ******************************************************/";
print LIBTYPES "\n\n#include <postgres.h>\n";
open(MAKE,">Makefile");
print MAKE "#
-# My2Pg \$Revision: 1.1 $ \translated dump
+# My2Pg \$Revision: 1.2 $ \translated dump
# Makefile
#