Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8824741

Browse files
committed
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
1 parent 20bea98 commit 8824741

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/src/sgml/datetime.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.16 2001/01/06 11:58:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.17 2001/02/12 14:21:27 momjian Exp $
33
Date/time details
44
-->
55

@@ -266,7 +266,7 @@ Date/time details
266266
<row>
267267
<entry>GMT</entry>
268268
<entry>0:00</entry>
269-
<entry>Greenwish Mean Time</entry>
269+
<entry>Greenwich Mean Time</entry>
270270
</row>
271271
<row>
272272
<entry>WET</entry>

doc/src/sgml/func.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.50 2001/02/05 19:21:45 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.51 2001/02/12 14:21:27 momjian Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -914,6 +914,7 @@
914914
argument order)
915915
</entry>
916916
<entry>strpos('high','ig')</entry>
917+
<entry>2</entry>
917918
</row>
918919

919920
<row>
@@ -931,7 +932,7 @@
931932
<entry><type>text</type></entry>
932933
<entry>Converts text from multibyte encoding to <acronym>ASCII</acronym>.</entry>
933934
<entry>to_ascii('Karel')</entry>
934-
<entry></entry>
935+
<entry>Karel</entry>
935936
</row>
936937

937938
<row>

0 commit comments

Comments
 (0)