OSDN Git Service

This minor patch corrects an error in the function docs: it's
authorBruce Momjian <bruce@momjian.us>
Sat, 23 Nov 2002 04:04:43 +0000 (04:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 23 Nov 2002 04:04:43 +0000 (04:04 +0000)
"version()", not "version".

Neil Conway

doc/src/sgml/func.sgml

index 7443f00..1ca9371 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$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
 -->
 
@@ -5400,7 +5400,7 @@ SELECT NULLIF(value, '(none)') ...
       </row>
 
       <row>
-       <entry><function>version</function></entry>
+       <entry><function>version()</function></entry>
        <entry><type>text</type></entry>
        <entry>PostgreSQL version information</entry>
       </row>
@@ -5469,8 +5469,8 @@ SELECT NULLIF(value, '(none)') ...
    </indexterm>
 
    <para>
-    <function>version()</function> returns a string describing the PostgreSQL
-    server's version.
+    <function>version()</function> returns a string describing the
+    <productname>PostgreSQL</productname> server's version.
    </para>
 
   <para>