mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Correct substring() example, found by Thomas T. Thai.
This commit is contained in:
parent
42748087c1
commit
86bc2d91c3
@ -1,4 +1,4 @@
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.62 2001/06/19 22:39:08 tgl Exp $ -->
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.63 2001/07/03 02:42:18 momjian Exp $ -->
|
||||
|
||||
<chapter id="functions">
|
||||
<title>Functions and Operators</title>
|
||||
@ -851,7 +851,7 @@
|
||||
</indexterm>
|
||||
</entry>
|
||||
<entry>substring('Thomas' from 2 for 3)</entry>
|
||||
<entry>oma</entry>
|
||||
<entry>hom</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
Loading…
Reference in New Issue
Block a user