From c74035085636c2d371dc67d7259584d7485a48fa Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 19 Feb 2010 23:55:52 +0000 Subject: [PATCH] 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. --- doc/src/sgml/plpgsql.sgml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index f430bcfad0..79e3c86083 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 -- 2.50.1