OSDN Git Service

User Manual
authorBruce Momjian <bruce@momjian.us>
Mon, 12 Feb 2001 14:21:27 +0000 (14:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 12 Feb 2001 14:21:27 +0000 (14:21 +0000)
  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
doc/src/sgml/func.sgml

index 5a035db..fa33fd7 100644 (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>
index 5e10ded..9f2b0c9 100644 (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>
        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>