From: | Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Josh Kupershmidt <schmiddy(at)gmail(dot)com>, pgsql-www <pgsql-www(at)postgresql(dot)org> |
Subject: | Re: Typos in Feature Matrix Details |
Date: | 2010-02-01 19:01:10 |
Message-ID: | 4B6724F6.9000001@kaltenbrunner.cc |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
Magnus Hagander wrote:
> 2010/2/1 Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>:
>> Josh Kupershmidt wrote:
>>> Typos I noticed:
>>>
>>> 1. http://www.postgresql.org/about/featuredetail/feature.181
>>> "he" should be "the".
>> fixed
>>
>>> 2. http://www.postgresql.org/about/featuredetail/feature.146
>>> has a bunch of spurious '\' characters in the SQL
>> that's a bug in the interface/application actually(it is broken input/output escaping of quotes) - I complained about that a while ago to magnus but I guess he forgot about it...
>
> Not at all :-) It's fixde in the new version, it's just that all the
> other stuff in the new version isn't quite ready yet. And I'm too lazy
> to fix it twice, and since the new version is a rewrite in a different
> language, there is no way to backport it.
well I did some digging and it turns out that the actual culprit is that
for whatever weird reason we do have "magic_quotes_gpc=On" in our
php.ini. They way that file is writte however suggests that somebody did
this on purpose(?!) does anybody recall if we have parts of the current
code somehow depending on that?
Stefan
From | Date | Subject | |
---|---|---|---|
Next Message | Selena Deckelmann | 2010-02-02 16:37:18 | Whitelisting? |
Previous Message | Magnus Hagander | 2010-02-01 18:50:22 | Re: mailing list archiver chewing patches |