Commit a2b4a707 authored by Bruce Momjian's avatar Bruce Momjian

This minor patch corrects an error in the function docs: it's

"version()", not "version".

Neil Conway
parent 1b7f3cc0
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.131 2002/11/21 23:31:20 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.132 2002/11/23 04:04:43 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -5400,7 +5400,7 @@ SELECT NULLIF(value, '(none)') ... ...@@ -5400,7 +5400,7 @@ SELECT NULLIF(value, '(none)') ...
</row> </row>
<row> <row>
<entry><function>version</function></entry> <entry><function>version()</function></entry>
<entry><type>text</type></entry> <entry><type>text</type></entry>
<entry>PostgreSQL version information</entry> <entry>PostgreSQL version information</entry>
</row> </row>
...@@ -5469,8 +5469,8 @@ SELECT NULLIF(value, '(none)') ... ...@@ -5469,8 +5469,8 @@ SELECT NULLIF(value, '(none)') ...
</indexterm> </indexterm>
<para> <para>
<function>version()</function> returns a string describing the PostgreSQL <function>version()</function> returns a string describing the
server's version. <productname>PostgreSQL</productname> server's version.
</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