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

Neil Conway

doc/src/sgml/func.sgml

index 7443f001ef468e6e8377aa6003cdfb6f48060cf4..1ca9371a2d79b352d13a3bbd1df4ad9afcfed1bf 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -5400,7 +5400,7 @@ SELECT NULLIF(value, '(none)') ...
       
 
       
-       version
+       version()
        text
        PostgreSQL version information
       
@@ -5469,8 +5469,8 @@ SELECT NULLIF(value, '(none)') ...
    
 
    
-    version() returns a string describing the PostgreSQL
-    server's version.
+    version() returns a string describing the
+    PostgreSQL server's version.