public inbox for [email protected]
help / color / mirror / Atom feedBizarre substitution in online devel docs
2+ messages / 1 participants
[nested] [flat]
* Bizarre substitution in online devel docs
@ 2004-09-20 00:40 Tom Lane <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Tom Lane @ 2004-09-20 00:40 UTC (permalink / raw)
To: pgsql-www
Take a look at
http://developer.postgresql.org/docs/postgres/plpgsql-porting.html#PLPGSQL-PORTING-EX2
The source text for this looks like
|| ' LIKE ''' || referrer_key.key_string
|| ''' THEN RETURN ''' || referrer_key.referrer_type
|| '''; END IF;';
but what I'm seeing on the web page is
|| ' LIKE ''' || referrer_key.key_string
|| ''' THEN RETURN ''' || "Not Your Business!"_type
|| '''; END IF;';
The same substitution for "referrer_key.referrer" occurs in two other
places further down the page, so it seems something is actively
filtering the page contents.
What's even more bizarre is that I see the same thing in Bruce's
build of the docs:
http://candle.pha.pa.us/main/writings/pgsql/sgml/plpgsql-porting.html#PLPGSQL-PORTING-EX2
but not in a locally built version.
The back-version on-line docs have the same thing, eg:
http://www.postgresql.org/docs/7.4/static/plpgsql-porting.html#PLPGSQL-PORTING-EX2
Any ideas what's doing that? I'm pretty sure no such thing was
happening when I last edited this example, not many weeks ago.
regards, tom lane
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Bizarre substitution in online devel docs
@ 2004-09-20 00:48 Tom Lane <[email protected]>
parent: Tom Lane <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Tom Lane @ 2004-09-20 00:48 UTC (permalink / raw)
To: pgsql-www
I wrote:
> Take a look at
> http://developer.postgresql.org/docs/postgres/plpgsql-porting.html#PLPGSQL-PORTING-EX2
Scratch that, it seems to be some misconfiguration issue in the web proxy
I was using ...
regards, tom lane
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2004-09-20 00:48 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-09-20 00:40 Bizarre substitution in online devel docs Tom Lane <[email protected]>
2004-09-20 00:48 ` Tom Lane <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox