Port Bug Report: diverse errors in ON-LINE DOCUMENTATION - Mailing list pgsql-ports

From Unprivileged user
Subject Port Bug Report: diverse errors in ON-LINE DOCUMENTATION
Date
Msg-id 199902261320.IAA24455@hub.org
Whole thread Raw
List pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Paul Miotti
Your email address    : pmiotti@iiic.ethz.ch

Category        : unknown
Severity        : serious

Summary: diverse errors in ON-LINE DOCUMENTATION

System Configuration
--------------------
  Operating System   : not relevant

  PostgreSQL version : 6.0

  Compiler used      : not relevant

Hardware:
---------
not relevant

Versions of other tools:
------------------------
not relevant

--------------------------------------------------------------------------

Problem Description:
--------------------

The Parser Stage
...
MISSING FIGURE
Figure \ref{parsetree} shows the parse tree built by the grammar rules and actions given in gram.y for the query given
inA Simple 
WRONG TEXT (=repetition)
SelectThis example contains the following simple query that will be used in various descriptions and figures throughout
the
following sections. The query assumes that the tables given in The Supplier Database have already been defined. select
s.sname,
se.pno from supplier s, sells se where s.sno > 2 and s.sno = se.sno; (without the operator tree for the where clause
whichis shown in 
figure \ref{where_clause} because there was not enough space to show both data structures in one figure).

...

--------------------------------------------------------------------------

Test Case:
----------
just look at the on-line documentation
http://www.se.postgresql.org/

--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------


pgsql-ports by date:

Previous
From: "greg"
Date:
Subject: Successful compile and installation
Next
From: "Manuel Lemos"
Date:
Subject: fmgr cache lookup failed on initdb