aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-09-28 10:18:22 +0000
committerNeil Conway <neilc@samurai.com>2004-09-28 10:18:22 +0000
commitbb467563ec973f9c41a4d8e7bda30bfb350288ee (patch)
tree6c7b461af927bff79da637bd59b2610fc4808ca3 /doc/src
parentf7332e88b901fbca98d5c3df83b2358548ad07e8 (diff)
downloadpostgresql-bb467563ec973f9c41a4d8e7bda30bfb350288ee.tar.gz
postgresql-bb467563ec973f9c41a4d8e7bda30bfb350288ee.zip
Fix typo in docs.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 128c212f502..01c9a91989c 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.218 2004/08/18 03:06:56 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.219 2004/09/28 10:18:22 neilc Exp $
PostgreSQL documentation
-->
@@ -7187,7 +7187,7 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1;
</programlisting>
A similar query (obtained by substituting <literal>DESC</literal>
for <literal>ASC</literal> in the query above) can be used in the
- place of <function>max()</function>).
+ place of <function>max()</function>.
</para>
<para>