Re: [INTERFACES] RE: Problem migrating MSAccess97 table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [INTERFACES] RE: Problem migrating MSAccess97 table
Дата
Msg-id 24745.923928897@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: Problem migrating MSAccess97 table  (Dave Page <dpage@vale-housing.co.uk>)
Список pgsql-interfaces
Dave Page <dpage@vale-housing.co.uk> writes:
> The obvious (and perhaps condescending!) question has to be: are you sure
> you are trying to access the same database you migrated to?

Next question after that would be whether the table names are lower case
or not.  Via psql (and anything else that lets you enter raw SQL), table
and field names will be folded to lower case unless you put quotes
around them.  In other words
    SELECT ... FROM MyTable;    --> mytable
    SELECT ... FROM "MyTable";    --> MyTable
But I think pgadmin may supply quotes for you, and if the import process
quoted the names too, then you'd have mixed-case or upper-case table
names inside Postgres.

Try psql's \d command to see what table names the server thinks it has.

            regards, tom lane

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] FW: ODBC connection problems
Следующее
От: "Gary Smith"
Дата:
Сообщение: RE: [INTERFACES] FW: ODBC connection problems