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
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.16 2001/01/06 11:58:55 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.17 2001/02/12 14:21:27 momjian Exp $
Date/time details
-->
<row>
<entry>GMT</entry>
<entry>0:00</entry>
- <entry>Greenwish Mean Time</entry>
+ <entry>Greenwich Mean Time</entry>
</row>
<row>
<entry>WET</entry>
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.50 2001/02/05 19:21:45 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.51 2001/02/12 14:21:27 momjian Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
argument order)
</entry>
<entry>strpos('high','ig')</entry>
+ <entry>2</entry>
</row>
<row>
<entry><type>text</type></entry>
<entry>Converts text from multibyte encoding to <acronym>ASCII</acronym>.</entry>
<entry>to_ascii('Karel')</entry>
- <entry></entry>
+ <entry>Karel</entry>
</row>
<row>