<!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400 2005/11/04 23:14:00 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.1 2005/12/06 18:43:40 momjian Exp $
 
 Typical markup:
 
 
       <listitem>
        <para>
-        Add a function <function>lastval()</>(Dennis Björklund)
+        Add a function <function>lastval()</> (Dennis Björklund)
        </para>
        <para>
         <function>lastval()</> is a simplified version of
   
       <listitem>
        <para>
-        Allow function parameters to be declared with names (Dennis Bjorklund)
+        Allow function parameters to be declared with names (Dennis Björklund)
        </para>
        <para>
         This allows better documentation of functions.  Whether the names
   
       <listitem>
        <para>
-        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)
        </para>
        <para>
         This basically creates an automatic alias for each named parameter.
       <listitem>
        <para>
         Have <command>\dn+</> show permissions and description for schemas (Dennis
-        Bjorklund)
+        Björklund)
        </para>
       </listitem>