From: Bruce Momjian Date: Sat, 23 Nov 2002 04:04:43 +0000 (+0000) Subject: This minor patch corrects an error in the function docs: it's X-Git-Tag: REL7_4_BETA1~1501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2b4a7071d86c0c150ab9ea8260a4bffc3ae863f;p=postgresql This minor patch corrects an error in the function docs: it's "version()", not "version". Neil Conway --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 7443f001ef..1ca9371a2d 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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.