Re: [HACKERS] I thought this was picked up ages ago?

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] I thought this was picked up ages ago?
Дата
Msg-id 3742B750.9DDDDAFE@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] I thought this was picked up ages ago?  (Peter T Mount <peter@retep.org.uk>)
Список pgsql-hackers
> What I was trying to do was attempt to get MapInfo to use postgresql for
> storing tables using ODBC. For it to work it needs a table called
> MAPINFO_MAPCATALOG. The problem is the table/column name case. It sends
> the following query which fails:
> SELECT "SPATIALTYPE", "TABLENAME", "OWNERNAME", "SPATIALCOLUMN",
> "DB_X_LL2, "DB_Y_LL", "DB_X_UR", "DB_Y_UR", "COORDINATESYSTEM", "SYMBOL",
> "XCOLUMNNAME", "YCOLUMNNAME" FROM "MAPINFO_MAPCATALOG" WHERE TABLENAME =
> 'wds';
> Obviously it's missing the "" from the where clause...

That's interesting. It's inconsistant SQL, but would work on most
systems because they tend to convert unquoted names to upper case
internally, whereas Postgres converts them to lower case.
                       - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: ZEUGSWETTER Andreas IZ5
Дата:
Сообщение: Re: [HACKERS] Open 6.5 items
Следующее
От: Wayne
Дата:
Сообщение: Off topic - ref spreadsheet