Re: Migrating from MS-Access to Postgresql

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: 'Marc Cuypers' <m(dot)cuypers(at)pandora(dot)be>, pgadmin-support(at)postgresql(dot)org
Subject: Re: Migrating from MS-Access to Postgresql
Date: 2002-03-28 09:10:07
Message-ID: FED2B709E3270E4B903EB0175A49BCB1293323@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

Either change your query to:

SELECT * FROM "Invoices"

or, on the first step in the Migration Wizard, use the options to shift
names to lower case, and re-migrate your data.

Of course, if you only have a few tables/columns you could just rename them
in pgAdmin.

Regards, Dave.

-----Original Message-----
From: Marc Cuypers [mailto:m(dot)cuypers(at)pandora(dot)be]
Sent: 28 March 2002 06:57
To: pgadmin-support(at)postgresql(dot)org
Subject: [pgadmin-support] Migrating from MS-Access to Postgresql

Hi,

I migrated a few tables to postgresql. Everything migrated fine, but
tablenames that contain capitals are converted just as is. When I create a
query, postgresql doesn't seem to use those captitals and converts them to
lowercase. This makes that the table is not found in the database and I get
an error. I the database is a table 'Invoices', so the respons to the query
'select * from Invoices' is 'Relation invoices doesn't exist' .

Can someone help me with this?

Thanx,

Marc

Browse pgadmin-support by date

  From Date Subject
Next Message Samuele Brignoli 2002-03-28 09:36:24 R: timestamp parse error --- *** Migration PLUG-IN ***
Previous Message Jean-Michel POURE 2002-03-28 07:23:17 Re: Can't edit tables with timestamps