Re: blatantly a bug in the documentation - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: blatantly a bug in the documentation
Date
Msg-id [email protected]
Whole thread Raw
In response to blatantly a bug in the documentation  ("A. Kretschmer" <[email protected]>)
Responses Re: blatantly a bug in the documentation
List pgsql-hackers
On Mon, Nov 24, 2008 at 6:02 AM, A. Kretschmer
<[email protected]> wrote:
> I hope this is the right place to report a bug/issue in the official
> documentation...
>
> In
> http://www.postgresql.org/docs/current/interactive/plpgsql-control-structures.html
> there is an example for a function, cs_refresh_mviews(), chapter 38.6.4.
> Within this function there are a "PERFORM cs_log('Refreshing
> materialized views...');", but such a function cs_log() are not in the
> core distibution.

The example in the docs is pseudo-code.  None of the tables referenced
exist either...the purpose of the example was to demonstrate the
syntax of for loops.

merlin


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Autoconf, libpq and replacement function
Next
From: Magnus Hagander
Date:
Subject: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.