From 7c605d5dfa8033a7d1394af8e61cde0d23fe6661 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 24 Nov 2009 19:21:04 +0000 Subject: [PATCH] Fix syntax in extract() examples Author: Erik Rijkers --- doc/src/sgml/func.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5b363d705b..9a8df8cf4f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -5251,9 +5251,9 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); to_char(..., 'ID')'s day of the week numbering - matches the extract('isodow', ...) function, but + matches the extract(isodow from ...) function, but to_char(..., 'D')'s does not match - extract('dow', ...)'s day numbering. + extract(dow from ...)'s day numbering.