SQL string warning

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: SQL string warning
Date: 2006-03-06 22:57:04
Message-ID: 200603062257.k26Mv4s06071@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In CVS, I have enabled SQL string warnings for 8.2 in postgresql.conf:

escape_string_warning = on

standard_conforming_strings will be off for 8.2, but perhaps default to
'on' for 8.3, depending on user feedback.

--
Bruce Momjian http://candle.pha.pa.us
SRA OSS, Inc. http://www.sraoss.com

+ If your life is a hard drive, Christ can be your backup. +

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-03-07 00:14:18 Re: pg.conf re-reading in signal handler or at next return to main loop?
Previous Message Bruce Momjian 2006-03-06 22:25:16 Re: [PATCHES] Inherited Constraints