Re: Migration from MS Server to Postgres

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Eduardo Palafox" <mike_wazowski2002(at)hotmail(dot)com>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Migration from MS Server to Postgres
Date: 2002-06-26 13:57:07
Message-ID: D85C66DA59BA044EB96AB9683819CF6101540E@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Eduardo Palafox [mailto:mike_wazowski2002(at)hotmail(dot)com]
> Sent: 26 June 2002 00:31
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] Migration from MS Server to Postgres
>
>
>
> Hi
>
> I am trying to migrate MS SQL 6.5 database server to the
> postgresql database
> )7.1). I have my program made in Power Builder and this
> program is working
> without problems with MS SQL server. But when I tried to
> change the database
> to the PostgreSQL I received following errors:
> 1. The program(Power Builder) is not recognizing more big and
> small letters
> (case sensitivity).
> 2. There is also problem with spaces ,with that is also
> having PosgreSQL
> problems.
>
> How can I fix that problem with letters? Is there any special
> way how to
> build PostgreSQL ,so it is working well with PowerBuilder and
> especially
> with small and big letters.
>
> The PostgreSQL is running on Linux and PowerBuilder on Windows.

Hi

This isn't really the best list for this but make sure that your object
names in your sql queries are quoted if they contain mixed case letters,
or any non-alpha characters other than underscore e.g.

SELECT * FROM "Table Name"

Better yet, make all the table names lower case with no characters other
than _

Regards, Dave

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2002-06-26 13:58:28 Re: Delphi x Postgresql
Previous Message Allan Lemos 2002-06-26 12:06:07 Delphi x Postgresql