| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Using MS Access front-end with PG |
| Date: | 2007-04-04 00:31:17 |
| Message-ID: | 14085.1175646677@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Paul Lambert | 2007-04-04 00:41:36 | Re: Using MS Access front-end with PG] |
| Previous Message | Florian G. Pflug | 2007-04-04 00:21:26 | Re: Nice, web-based SNMP-Frontend for pgsnmpd? |