From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Marko Kreen <markokr(at)gmail(dot)com> |
Cc: | "David E(dot)Wheeler" <david(at)kineticode(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Cédric Villemain <cedric(dot)villemain(dot)debian(at)gmail(dot)com>, Alex Hunsaker <badalex(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: standard_conforming_strings |
Date: | 2010-07-20 19:34:00 |
Message-ID: | 1279654440.2841.32.camel@vanquo.pezone.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On tis, 2010-07-20 at 13:31 +0300, Marko Kreen wrote:
> > http://wiki.postgresql.org/wiki/Standard_conforming_strings
>
> There is two sorts of support:
>
> 1. Detect stdstr on startup and use that setting.
>
> 2. Detect online changes to stdstr and follow them.
>
> AFAICS psycopg does not support 2). Should we care about that?
>
> There are probably other drivers with partial support.
I think a driver could also just use E'' when it sees a backslash in the
string.
From | Date | Subject | |
---|---|---|---|
Next Message | David Christensen | 2010-07-20 19:36:39 | Re: Explicit psqlrc |
Previous Message | Dimitri Fontaine | 2010-07-20 19:33:51 | Re: Query optimization problem |