projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3285f3
)
Wording improvement.
author
Bruce Momjian
Mon, 19 Feb 2007 22:10:52 +0000
(22:10 +0000)
committer
Bruce Momjian
Mon, 19 Feb 2007 22:10:52 +0000
(22:10 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 1b336ba65def0565b85e82d13fce94247d924f06..5aaf4dd2ace5e1d15a2004bf5d9bac6bc5a3c5c5 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,4
+1,4
@@
-
+
Functions and Operators
@@
-4846,7
+4846,7
@@
SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
to_char(..., 'ID')
's day of the week numbering
- matches the
extract('isodow', ...)
function
.
+ matches the
extract('isodow', ...)
function
, but
to_char(..., 'D')
's does not match
extract('dow', ...)
's day numbering.