"William ZHANG" <[EMAIL PROTECTED]> writes:
> # These settings are initialized by initdb -- they might be changed
> lc_messages = 'Chinese_People''s Republic of China.936' # locale for
> system error message
Bruce seems to have gotten a bit ahead of himself on the
SQL-standard-strings proj
What you find is in initdb.c. Maybe the author want to make single quotes
escaped just the same as in SQL. But guc-file.l is unaware of it.
"Qingqing Zhou" <[EMAIL PROTECTED]> wrote
>
> Diff current version vs. some earlier version, you see this:
>
> /*
> * signal handler in case we are interr
"William ZHANG" <[EMAIL PROTECTED]> wrote
> lc_messages = 'Chinese_People''s Republic of China.936' # locale
> for
> system error message
>
Diff current version vs. some earlier version, you see this:
/*
* signal handler in case we are interrupted.
@@ -1951,12 +2035,12 @@ escape_quo
pgsql-8.1beta2 "make check" failed on Win32 under MinGW.
Here is some lines from log/initdb.log.
creating configuration files ... ok
creating template1 database in
C:/MSYS/home/wlzhang/postgresql-8.1beta2/src/test/regress/tmp_check/data/bas
e/1 ... FATAL: syntax error in file
"C:/MSYS/home/wlzha