diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-06 18:43:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-06 18:43:26 +0000 |
commit | dae896b67dd48d48343f7f6a194e23c42cd40c70 (patch) | |
tree | 771b4b32b551b4d9e134f73a6910e61882d53089 | |
parent | ca430500ce3f0204d5499a650a3512eb34dc9ebb (diff) |
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
-rw-r--r-- | doc/src/sgml/release.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 1945de3c363..7e248332443 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.401 2005/11/15 22:16:03 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.402 2005/12/06 18:43:26 momjian Exp $ Typical markup: @@ -1121,7 +1121,7 @@ psql -t -f fixseq.sql db1 | psql -e db1 <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 @@ -4236,7 +4236,7 @@ typedefs (Michael)</para></listitem> <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 @@ -4247,7 +4247,7 @@ typedefs (Michael)</para></listitem> <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. @@ -4424,7 +4424,7 @@ typedefs (Michael)</para></listitem> <listitem> <para> Have <command>\dn+</> show permissions and description for schemas (Dennis - Bjorklund) + Björklund) </para> </listitem> |