aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-02-19 22:10:52 +0000
committerBruce Momjian <bruce@momjian.us>2007-02-19 22:10:52 +0000
commit9772e0007c287ccd374410ce7b45b29c54d6aad5 (patch)
tree6140831c2cf5c9ef20d4c62f1a4173755af8629c
parente3285f32e8262d1de69ddcd1d5a757a081be1eb4 (diff)
downloadpostgresql-9772e0007c287ccd374410ce7b45b29c54d6aad5.tar.gz
postgresql-9772e0007c287ccd374410ce7b45b29c54d6aad5.zip
Wording improvement.
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 1b336ba65de..5aaf4dd2ace 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.363 2007/02/19 18:20:06 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.364 2007/02/19 22:10:52 momjian Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
@@ -4846,7 +4846,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
<listitem>
<para>
<function>to_char(..., 'ID')</function>'s day of the week numbering
- matches the <function>extract('isodow', ...)</function> function.
+ matches the <function>extract('isodow', ...)</function> function, but
<function>to_char(..., 'D')</function>'s does not match
<function>extract('dow', ...)</function>'s day numbering.
</para>