public inbox for [email protected]  
help / color / mirror / Atom feed
From: Tom Lane <[email protected]>
To: [email protected]
Subject: Bizarre substitution in online devel docs
Date: Sun, 19 Sep 2004 20:40:04 -0400
Message-ID: <[email protected]> (raw)

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



view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: Bizarre substitution in online devel docs
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox