Porting from Ms srvr2K to PostgreSQL - Mailing list pgsql-general

From Bob Dufour
Subject Porting from Ms srvr2K to PostgreSQL
Date
Msg-id 9ecgps$298k$1@news.tht.net
Whole thread Raw
Responses Re: Porting from Ms srvr2K to PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
We're evaluating the possibility of porting our MS SQL server 2000 databases
over to PostgreSQL.

One of the things we do currently is replicate the database content in real
time accross a WAN connection between two separate sites. The master
database resides in one town and every time a change is made to it the slave
is updated automatically at the other location, it happens in close to real
time. Our future needs include extending this capacity to several slave
sites that need to be replicated to. Some accross a WAN some on a LAN.

Is this possible with the current version of PostgrSQL (not interested in
knowing about vaporware, sorry ;-) )

We also have an application that connects to a MsSQl srvr database via the
internet to synchronize it's local databases directly with those on the SQL
server (one way - from server to end user client). It is not possible for us
to modify the client app. It has to use exactly the same code for now. The
client app uses Microsoft ADO commands and MS SQL net lib to connect to the
SQL server. I don't think it's possible to have that client connect to a
postgress database at the same IP address without changing the client code.
So I think we're stuck with a requirement to use the MS SQL database as a
database for that particular use and try to find a way to replicate from it
to PostgreSQL or from Postgres to it. I don't think that this is possible as
things stand now but I would like to be told I'm wrong and have an idea of
how to go about it.

Another thing we do in the current database is embed actual large binary
data fields in some fields in some of the tables. I did not find a type of
field that would be able to handle variable length binary data (these fields
are typically over 2MB in size). Is there a way to handle this in
PostgreSQL?

From reading the specs and documentation, PostgreSQL seems to be able to
handle all our other requirements. If we can get the above problems resolved
I'm quite sure we would do the switch.

Thank you for any information on these questions.







pgsql-general by date:

Previous
From: "Flacco"
Date:
Subject: pgaccess - no "numeric" data type?
Next
From: Dennis Muhlestein
Date:
Subject: Re: pgaccess - no "numeric" data type?