Re: [INTERFACES] RE: Problem migrating MSAccess97 table
В списке pgsql-interfaces по дате отправления:
| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера