File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- #!/usr/bin/perl5
1
+ # !/usr/bin/perl
2
2
3
3
#
4
4
# My2Pg: MySQL to PostgreSQL dump conversion utility
35
35
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36
36
# SUCH DAMAGE.
37
37
#
38
- # $Id: my2pg.pl,v 1.1 2001/02/10 11:43:12 momjian Exp $
38
+ # $Id: my2pg.pl,v 1.2 2001/02/10 11:43:33 momjian Exp $
39
39
40
40
# TODO:
41
41
# + Handle SETs
46
46
47
47
#
48
48
# $Log: my2pg.pl,v $
49
+ # Revision 1.2 2001/02/10 11:43:33 momjian
50
+ # cleanup
51
+ #
49
52
# Revision 1.1 2001/02/10 11:43:12 momjian
50
53
# Add other mysql conversion utility for comparisons.
51
54
#
97
100
$| =1;
98
101
99
102
print (" ------------------------------------------------------------------" );
100
- print("\n-- My2Pg \$Revision: 1.1 $ \translated dump" );
103
+ print (" \n -- My2Pg \$ Revision: 1.2 $ \t ranslated dump" );
101
104
print (" \n --" );
102
105
print (" \n ------------------------------------------------------------------" );
103
106
119
122
# push header to libtypes.c
120
123
open (LIBTYPES," >$libtypesource " );
121
124
print LIBTYPES " /******************************************************" ;
122
- print LIBTYPES "\n * My2Pg \$Revision: 1.1 $ \translated dump" ;
125
+ print LIBTYPES " \n * My2Pg \$ Revision: 1.2 $ \t ranslated dump" ;
123
126
print LIBTYPES " \n * User types definitions" ;
124
127
print LIBTYPES " \n ******************************************************/" ;
125
128
print LIBTYPES " \n\n #include <postgres.h>\n " ;
611
614
612
615
open (MAKE," >Makefile" );
613
616
print MAKE " #
614
- # My2Pg \$Revision : 1 .1 $ \translated dump
617
+ # My2Pg \$ Revision: 1.2 $ \t ranslated dump
615
618
# Makefile
616
619
#
617
620
You can’t perform that action at this time.
0 commit comments