View Single Post

   
  #1 (permalink)  
Old 04-09-2008, 02:55 PM
Paul Lambert
 
Posts: n/a
Default Re: Using MS Access front-end with PG]



Tom Lane wrote:
> 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.


I don't have any case sensitive data - so if sensitivity could be
completely disabled by a parameter somewhere, that would be nice.

>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>



--
Paul Lambert
Database Administrator
AutoLedgers

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote