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
This commit is contained in:
Bruce Momjian 2001-02-12 14:21:27 +00:00
parent 20bea98169
commit 8824741f99
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<!--
$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
-->
@ -266,7 +266,7 @@ 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>

View file

@ -1,4 +1,4 @@
<!-- $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>
@ -914,6 +914,7 @@
argument order)
</entry>
<entry>strpos('high','ig')</entry>
<entry>2</entry>
</row>
<row>
@ -931,7 +932,7 @@
<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>