Re: MS SQL to PostgreSQL

From: Andreas Tille <tillea(at)rki(dot)de>
To:
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: MS SQL to PostgreSQL
Date: 2001-06-27 15:11:39
Message-ID: Pine.LNX.4.33.0106271708120.27010-100000@wr-linux02.rki.ivbb.bund.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 26 Jun 2001, Ryan C. Bonham wrote:

> Here is how I successfully converted out SQL 7.0 Database to PostgreSQL..
> Hope someone finds it useful, it needs to be rewritten, it was basically a
> bunch of notes I put in a very poor outline.. If anyone wants to rewrite it
> feel free, if not I will when I get a chance. Anyways here it is, I attached
> it as a RTF file..
There are several ways described in the archive of the mailing-list.
Additionally I found a way that a co-worker of mine which deals with
MS-SQL-Server did an output of the database structure in this, what
MS calls plain SQL. There are diffences (they use "go" instead of
a ";" in the end of a command) and there are some syntax differnces.
I tried a little perl-script written by myself to change the main
syntactical differences. (And no, I don´t want to post it here
because it is all things strating wuth 'u' like: ugly, untested,
unsupported, ...)

Kind regards

Andreas.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thalis A. Kalfigopoulos 2001-06-27 15:23:31 Re: Re: Questions about triggers,...
Previous Message Tom Lane 2001-06-27 14:59:34 Re: Bug in createlang?