Re: mysql to pgsqwl migration

From: Richard Huxton <dev(at)archonet(dot)com>
To: "K(dot) Suresh" <suresh(at)ooty(dot)tenet(dot)res(dot)in>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: mysql to pgsqwl migration
Date: 2003-08-28 09:05:31
Message-ID: 200308281005.31283.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2003-08-28 09:31:16 Re: SQL Command - To List Tables ?
Previous Message Ivar 2003-08-28 09:04:56 Re: Functions have 32 args limt ???