From a2b4a7071d86c0c150ab9ea8260a4bffc3ae863f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 23 Nov 2002 04:04:43 +0000 Subject: [PATCH] This minor patch corrects an error in the function docs: it's "version()", not "version". Neil Conway --- doc/src/sgml/func.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.