pgsql: Remove incorrect statement that PostgreSQL 8.4 has no default - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Remove incorrect statement that PostgreSQL 8.4 has no default
Date
Msg-id 20100219235553.0308A7541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove incorrect statement that PostgreSQL 8.4 has no default parameters.

Tom Lane already removed this from HEAD as par of the plpgsql variable
resolution behavior patch, but this part of his patch also applies to 8.4.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml:
        plpgsql.sgml (r1.142 -> r1.142.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml?r1=1.142&r2=1.142.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Reduce the rescan cost estimate for Materialize nodes to
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Copy editing of Hot Standby docs.