Re: mysql to pgsqwl migration - Mailing list pgsql-general

From Richard Huxton
Subject Re: mysql to pgsqwl migration
Date
Msg-id 200308281005.31283.dev@archonet.com
Whole thread Raw
In response to mysql to pgsqwl migration  ("K. Suresh" <suresh@ooty.tenet.res.in>)
List pgsql-general
On Thursday 28 August 2003 05:48, K. Suresh wrote:
> Hello,
>
> I have a database application with Java and PHP clients. I used mysql
> with 64 tables. Now, we have decided to use pgsql. Please suggest the
> migration procedure.

You might want to see http://techdocs.postgresql.org/ which has a section on
converting to PostgreSQL.

Note that PG is stricter in type-checking than MySQL, so it can take a little
effort to tighten things up there.

You might also want to read the tuning advice at:
  http://www.varlena.com/varlena/GeneralBits/Tidbits/index.php

HTH
--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From: "Ivar"
Date:
Subject: Re: Functions have 32 args limt ???
Next
From: Ron Johnson
Date:
Subject: Re: SQL Command - To List Tables ?