Commit bb467563 authored by Neil Conway's avatar Neil Conway

Fix typo in docs.

parent f7332e88
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -7187,7 +7187,7 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1; ...@@ -7187,7 +7187,7 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1;
</programlisting> </programlisting>
A similar query (obtained by substituting <literal>DESC</literal> A similar query (obtained by substituting <literal>DESC</literal>
for <literal>ASC</literal> in the query above) can be used in the 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>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment