Re: Using MS Access front-end with PG

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Using MS Access front-end with PG
Дата
Msg-id 14085.1175646677@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Using MS Access front-end with PG  (Paul Lambert <paul.lambert@autoledgers.com.au>)
Список pgsql-general
Paul Lambert <paul.lambert@autoledgers.com.au> writes:
> Is there any way to change the text qualifier in PG

No.  I suppose you could hack the Postgres lexer but you'd break
pretty much absolutely everything other than your Access code.

> or the case sensitivity?

That could be attacked in a few ways, depending on whether you want
all text comparisons to be case-insensitive or only some (and if so
which "some").  But it sounds like MS SQL's backward standards for
strings vs identifiers has got you nicely locked in, as intended :-(
so there may be no point in discussing further.

            regards, tom lane

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

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Nice, web-based SNMP-Frontend for pgsnmpd?
Следующее
От: Paul Lambert
Дата:
Сообщение: Re: Using MS Access front-end with PG]