Re: HOWTO Migration - Mailing list pgsql-general

From Jeff Eckermann
Subject Re: HOWTO Migration
Date
Msg-id 20030217152759.28686.qmail@web20803.mail.yahoo.com
Whole thread Raw
In response to HOWTO Migration  (Mohd Ghalib Akhtar <md_ghalib@yahoo.com>)
List pgsql-general
Have a look at http://techdocs.postgresql.org

I like PGAdminII, which has a nice migration utility
that will migrate your SQL Server tables to PostgreSQL
(preserving autonumber fields, indexes and
constraints): http://pgadmin.postgresql.org

You will need to do the work to port your stored
procedures.  Look at "procedural languages" in the
PostgreSQL documentation.  Probably most can be
converted to pl/pgsql without too much effort.

--- Mohd Ghalib Akhtar <md_ghalib@yahoo.com> wrote:
> HI
> all
> HOWTO Migration : Microsoft SQL Server to PostgreSQL
> Or postgres to Microsoft
>
> ghalib
>
>
>
> =====
> Take careMohd.Ghalib
> Akhtar(office)91-11-6152172,Ext-217
> Fax : 91-11-6146217, 6149446
> ---------------------------------
>
> ---------------------------------
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please
> send an appropriate
> subscribe-nomail command to majordomo@postgresql.org
> so that your
> message can get through to the mailing list cleanly


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Index not used with IS NULL
Next
From: Tom Lane
Date:
Subject: Re: Transaction Logs Recycling Problem