1- <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.345 2006/10/23 19:57:37 petere Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.346 2006/11/20 20:20:18 momjian Exp $ -->
22
33 <chapter id="functions">
44 <title>Functions and Operators</title>
@@ -4553,15 +4553,15 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
45534553 </row>
45544554 <row>
45554555 <entry><literal>MON</literal></entry>
4556- <entry>abbreviated uppercase month name (3 chars)</entry>
4556+ <entry>abbreviated uppercase month name (3 chars in English, localized lengths vary )</entry>
45574557 </row>
45584558 <row>
45594559 <entry><literal>Mon</literal></entry>
4560- <entry>abbreviated mixed-case month name (3 chars)</entry>
4560+ <entry>abbreviated mixed-case month name (3 chars in English, localized lengths vary )</entry>
45614561 </row>
45624562 <row>
45634563 <entry><literal>mon</literal></entry>
4564- <entry>abbreviated lowercase month name (3 chars)</entry>
4564+ <entry>abbreviated lowercase month name (3 chars in English, localized lengths vary )</entry>
45654565 </row>
45664566 <row>
45674567 <entry><literal>MM</literal></entry>
@@ -4581,15 +4581,15 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
45814581 </row>
45824582 <row>
45834583 <entry><literal>DY</literal></entry>
4584- <entry>abbreviated uppercase day name (3 chars)</entry>
4584+ <entry>abbreviated uppercase day name (3 chars in English, localized lengths vary )</entry>
45854585 </row>
45864586 <row>
45874587 <entry><literal>Dy</literal></entry>
4588- <entry>abbreviated mixed-case day name (3 chars)</entry>
4588+ <entry>abbreviated mixed-case day name (3 chars in English, localized lengths vary )</entry>
45894589 </row>
45904590 <row>
45914591 <entry><literal>dy</literal></entry>
4592- <entry>abbreviated lowercase day name (3 chars)</entry>
4592+ <entry>abbreviated lowercase day name (3 chars in English, localized lengths vary )</entry>
45934593 </row>
45944594 <row>
45954595 <entry><literal>DDD</literal></entry>