From: Robert Haas Date: Fri, 19 Feb 2010 23:55:52 +0000 (+0000) Subject: Remove incorrect statement that PostgreSQL 8.4 has no default parameters. X-Git-Tag: REL8_4_3~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74035085636c2d371dc67d7259584d7485a48fa;p=thirdparty%2Fpostgresql.git 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. --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index f430bcfad0f..79e3c860838 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,4 +1,4 @@ - + <application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language @@ -4042,19 +4042,6 @@ a_output := a_output || $$ if v_$$ || referrer_keys.kind || $$ like '$$ PL/pgSQL are: - - - There are no default values for parameters in PostgreSQL. - - - - - - You can overload function names in PostgreSQL. This is - often used to work around the lack of default parameters. - - - If a name used in a SQL command could be either a column name of a