Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway2004-11-04 06:09:26 +0000
committerNeil Conway2004-11-04 06:09:26 +0000
commit8f012ac89b227dc5b966d81bbbcb59adda76b367 (patch)
tree8e7e2709888b15449749627464305b9a3a017657 /contrib/mysql/mysql2pgsql
parent4fbdfbffc64d3d5b64e6758d4795a8316636f1a1 (diff)
Contrib build fixes:
- add some additional files to the dbmirror install (approved by ssinger) - add a makefile for contrib/mysql, and add mysql to the list of contribs build by default - use xml2-config to pickup -I flags for libxml2 in contrib/xml and contrib/xml2 Original work from Martin Pitt of Debian, minor cleanups by Neil Conway.
Diffstat (limited to 'contrib/mysql/mysql2pgsql')
-rwxr-xr-xcontrib/mysql/mysql2pgsql2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mysql/mysql2pgsql b/contrib/mysql/mysql2pgsql
index a51dfde53e3..dfe5d6ffa21 100755
--- a/contrib/mysql/mysql2pgsql
+++ b/contrib/mysql/mysql2pgsql
@@ -1,4 +1,4 @@
-# -*- perl -*-
+#!/usr/bin/perl
# mysql2pgsql
# Take a MySQL schema dump and turn it into SQL92 and PostgreSQL form.
# Thomas Lockhart, (c) 2000, PostgreSQL Inc.