projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25777f6
)
Small grammar correction.
author
Tom Lane
Tue, 25 Oct 2005 15:47:51 +0000
(15:47 +0000)
committer
Tom Lane
Tue, 25 Oct 2005 15:47:51 +0000
(15:47 +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 4ef1696c8c90cba8ce5a3e0ad5d0c37f0a0c1ec6..5c3932dac90d9bdc6cccf022151966c505ca917a 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-5423,9
+5423,10
@@
SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
- If you are using both
justify_hours> and
justify_days>,
- it is best to use
justify_hours> first so any additional days will
- justified by
justify_days>.
+ If you are using both
justify_hours> and
+
justify_days>, it is best to use
justify_hours>
+ first so any additional days will be included in the
+
justify_days> calculation.