From a9d9c4ea3f0ace0671bdd3e58711407f088bfe65 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 6 Dec 2005 18:43:40 +0000 Subject: [PATCH] Since my name has a non-ascii-letter in it, it's often spelled wrong. In the latest release notes there is a latin1 character that shouldn't be there so I made a patch to fix that. This patch also fixes some old entries that uses o instead of ö (which is also wrong but not as bad as including a latin1 character in the sgml file). Dennis Bj?rklund --- doc/src/sgml/release.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index a643077c96..a7c62323c4 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1118,7 +1118,7 @@ psql -t -f fixseq.sql db1 | psql -e db1 - Add a function lastval()(Dennis Björklund) + Add a function lastval() (Dennis Björklund) lastval() is a simplified version of @@ -4233,7 +4233,7 @@ typedefs (Michael) - Allow function parameters to be declared with names (Dennis Bjorklund) + Allow function parameters to be declared with names (Dennis Björklund) This allows better documentation of functions. Whether the names @@ -4244,7 +4244,7 @@ typedefs (Michael) - Allow PL/pgSQL parameter names to be referenced in the function (Dennis Bjorklund) + Allow PL/pgSQL parameter names to be referenced in the function (Dennis Björklund) This basically creates an automatic alias for each named parameter. @@ -4421,7 +4421,7 @@ typedefs (Michael) Have \dn+ show permissions and description for schemas (Dennis - Bjorklund) + Björklund) -- 2.39.5