pgsql/doc/src/sgml plsql.sgml - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/doc/src/sgml plsql.sgml
Date
Msg-id 200101171634.f0HGYY178459@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/01/17 11:34:34

Modified files:
    doc/src/sgml   : plsql.sgml

Log message:
    There are misprints in postgres doc., in :
    Chapter 10. PL/pgSQL - SQL Procedural Language (c40914117.htm)

    Statements
    ...
    (resulting in a PL/pgSQL internal SELECT).
    But there are cases where someone isn't interested int
    -----------------------------------------(have to be)-->
    But there are cases where someone isn't interested in
    the functions result.

    RAISE level format''
    --(have to be)-->
    RAISE level 'format'


pgsql-committers by date:

Previous
From: Thomas Lockhart
Date:
Subject: pgsql/src/backend/utils/adt datetime.c formatt ...
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/backend bootstrap/bootparse.y comman ...