From 45ec63cb245df2a6417fc3a49d1a13ff43d80a9e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 18 May 2006 03:18:24 +0000 Subject: [PATCH] Change string to string. --- doc/src/sgml/func.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a9d1a3b750..0a9a62b759 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -1244,7 +1244,7 @@ - ascii(string) + ascii(string) int ASCII code of the first byte of the argument ascii('x') @@ -1319,7 +1319,7 @@ - initcap(string) + initcap(string) text Convert the first letter of each word to uppercase and the -- 2.11.0