From: Bruce Momjian Date: Tue, 3 Jul 2001 02:42:18 +0000 (+0000) Subject: Correct substring() example, found by Thomas T. Thai. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=86bc2d91c3811cfb9ff5899a98804e21815a89e0;p=users%2Frhaas%2Fpostgres.git Correct substring() example, found by Thomas T. Thai. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 00d476edb6..c9205485f2 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -851,7 +851,7 @@ substring('Thomas' from 2 for 3) - oma + hom