Re: pg_autovacuum on Windows triggers string warning

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mike G(dot)" <mike(at)thegodshalls(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_autovacuum on Windows triggers string warning
Date: 2006-02-23 22:27:09
Message-ID: 26616.1140733629@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Mike G." <mike(at)thegodshalls(dot)com> writes:
> I have the postgresql.conf escape_string_warning active on my Win32 machine. I have a couple databases on it which are static. When pg_autovacuum checks these static databases it is triggering the warning: "non standard use of \\ in a string literal at character 128 or character 355" depending upon which database it is checking.

This is a tad hard to believe, as the 8.1 version of pg_autovacuum
doesn't generate any commands that need to be parsed. Nor can I
reproduce this while testing. Can you provide more context?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ragnar 2006-02-23 22:40:17 Re: SQL TYPE MAP such as SQL_CHAR, SQL_NUMERIC , etc
Previous Message Michael Fuhr 2006-02-23 22:21:22 Re: ExclusiveLock without a relation in pg_locks