Commit 8824741f authored by Bruce Momjian's avatar Bruce Momjian

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
parent 20bea981
<!-- <!--
$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 Date/time details
--> -->
...@@ -266,7 +266,7 @@ Date/time details ...@@ -266,7 +266,7 @@ Date/time details
<row> <row>
<entry>GMT</entry> <entry>GMT</entry>
<entry>0:00</entry> <entry>0:00</entry>
<entry>Greenwish Mean Time</entry> <entry>Greenwich Mean Time</entry>
</row> </row>
<row> <row>
<entry>WET</entry> <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"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -914,6 +914,7 @@ ...@@ -914,6 +914,7 @@
argument order) argument order)
</entry> </entry>
<entry>strpos('high','ig')</entry> <entry>strpos('high','ig')</entry>
<entry>2</entry>
</row> </row>
<row> <row>
...@@ -931,7 +932,7 @@ ...@@ -931,7 +932,7 @@
<entry><type>text</type></entry> <entry><type>text</type></entry>
<entry>Converts text from multibyte encoding to <acronym>ASCII</acronym>.</entry> <entry>Converts text from multibyte encoding to <acronym>ASCII</acronym>.</entry>
<entry>to_ascii('Karel')</entry> <entry>to_ascii('Karel')</entry>
<entry></entry> <entry>Karel</entry>
</row> </row>
<row> <row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment