aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-11-11 04:11:07 +0000
committerNeil Conway <neilc@samurai.com>2004-11-11 04:11:07 +0000
commitb4cd3b38297f07d4ed2271d67bbdb6dfee4d7297 (patch)
tree5913c0066127a164297bc43184f271ab1cd79bc0 /doc/src
parent6cd67c931a5cdd1a058031c0d02fc3199fafe2a9 (diff)
downloadpostgresql-b4cd3b38297f07d4ed2271d67bbdb6dfee4d7297.tar.gz
postgresql-b4cd3b38297f07d4ed2271d67bbdb6dfee4d7297.zip
Fix a handful of typos in the release notes introduced by Bruce's recent
commit. Per Gavin Sherry.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 62db0f561c2..f445df5aa51 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.307 2004/11/10 21:43:50 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.308 2004/11/11 04:11:07 neilc Exp $
-->
<appendix id="release">
@@ -301,7 +301,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
writes to the query's <literal>stdin/stdout</>, rather than
<application>psql</>'s <literal>stdin/stdout</>. The previous
behavior can be accessed via new
- ><option>pstdin</>/<option>pstdout</> parameters.
+ <option>pstdin</>/<option>pstdout</> parameters.
</para>
</listitem>
@@ -395,7 +395,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
<para>
<type>CIDR</> values now must have their non-masked bits be zero.
For example, we no longer allow
- <literal>204.248.199.1/31</literal> as a <type>CIDR>/> value. Such
+ <literal>204.248.199.1/31</literal> as a <type>CIDR</> value. Such
values should never have been accepted by
<productname>PostgreSQL</productname> and will now be rejected.
</para>
@@ -1409,7 +1409,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
<listitem>
<para>
- <function>>to_char>/>/<function>to_date()</> date conversion
+ <function>to_char</>/<function>to_date()</> date conversion
improvements (Kurt Roeckx, Fabien Coelho)
</para>
</listitem>
@@ -1439,7 +1439,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
<listitem>
<para>
Allow
- <type>int2</>/<type>int4</>/<type>int8</>/<type>float4</>/<type>float8>/>
+ <type>int2</>/<type>int4</>/<type>int8</>/<type>float4</>/<type>float8</>
input routines to have leading or trailing whitespace
(Neil)
</para>
@@ -1464,8 +1464,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.307 2004/11/10 21:43:50 momjian
<listitem>
<para>
- Fix to_char for <literal>1 BC</> (previously it returned
- <literal>1 AD</>) (Bruce)
+ Fix <function>to_char</function> for <literal>1 BC</>
+ (previously it returned <literal>1 AD</>) (Bruce)
</para>
</listitem>