From 8824741f99613c5c6c9be3022577ca23d2975973 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 12 Feb 2001 14:21:27 +0000 Subject: [PATCH] User Manual Chapter 4 String Operators Table 4.7: Other String Functions strpos is missing the result in the result column, it should be 2 Also to_ascii might need a result but maybe not. Appendix A In the Time Zone Table Greenwich is spelled Greenwish David Aldrich --- doc/src/sgml/datetime.sgml | 4 ++-- doc/src/sgml/func.sgml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/datetime.sgml b/doc/src/sgml/datetime.sgml index 5a035db4b46..fa33fd7f4b9 100644 --- a/doc/src/sgml/datetime.sgml +++ b/doc/src/sgml/datetime.sgml @@ -1,5 +1,5 @@ @@ -266,7 +266,7 @@ Date/time details GMT 0:00 - Greenwish Mean Time + Greenwich Mean Time WET diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5e10ded5242..9f2b0c9fc6d 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -914,6 +914,7 @@ argument order) strpos('high','ig') + 2 @@ -931,7 +932,7 @@ text Converts text from multibyte encoding to ASCII. to_ascii('Karel') - + Karel -- 2.39.5