|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.346 2006/11/20 20:20:18 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.347 2006/11/25 00:38:53 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions"> |
4 | 4 | <title>Functions and Operators</title> |
@@ -4689,7 +4689,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); |
4689 | 4689 | </row> |
4690 | 4690 | <row> |
4691 | 4691 | <entry><literal>TM</literal> prefix</entry> |
4692 | | - <entry>translation mode (print localized day and month names)</entry> |
| 4692 | + <entry>translation mode (print localized day and month names based on <varname>lc_messages</>)</entry> |
4693 | 4693 | <entry><literal>TMMonth</literal></entry> |
4694 | 4694 | </row> |
4695 | 4695 | <row> |
|