Hi Oleg,
On Friday 22 June 2012 21:42:28 Oleg Broytman wrote:
> Tom, can I see the values for the following configuration parameters:
>
> grep 'standard_conforming_strings\|escape_string_warning\|backslash_quote'
> /etc/postgresql/9.1/main/postgresql.conf
>
> Mine are:
>
> #backslash_quote = safe_encoding # on, off, or safe_encoding
> #escape_string_warning = on
> #standard_conforming_strings = on
I am still running PostgreSQL 8.4 :
$ grep 'standard_conforming_strings\|escape_string_warning\|backslash_quote'
/etc/postgresql/8.4/main/postgresql.conf
#backslash_quote = safe_encoding # on, off, or safe_encoding
#escape_string_warning = on
#standard_conforming_strings = off
> I'm trying to understand the difference in our setup...
Could it be the PostgreSQL version?
Thanks,
Tom
|