aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql2pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman2001-08-221-1/+1
| | | | | | | Reviewed by: ade Notes: svn path=/head/; revision=46662
* - modify Makefile to correctly handle the DISTFILE.Ollivier Robert2001-06-232-2/+19
| | | | | | | | | - add a patch to correctly handle the arguments (sent to the author). Approved by: petef@databits.net (MAINTAINER) Notes: svn path=/head/; revision=44355
* The perl script mysql2pgsql can be used to convert MySQL databaseJames E. Housley2001-06-235-0/+39
dumps to a -compatible format (so the data can be imported into PostgreSQL). PR: 27702 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44339