Skip to content

Commit 6839bc9

Browse files
committed
Add comment about localized month names for to_date and to_timestamp.
1 parent 9a506a6 commit 6839bc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/utils/adt/formatting.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -----------------------------------------------------------------------
22
* formatting.c
33
*
4-
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.106 2006/02/12 23:48:23 momjian Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.107 2006/03/03 02:17:30 momjian Exp $
55
*
66
*
77
* Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
@@ -163,6 +163,7 @@ struct FormatNode
163163

164164
/* ----------
165165
* Full months
166+
* This needs to be NLS-localized someday.
166167
* ----------
167168
*/
168169
static char *months_full[] = {

0 commit comments

Comments
 (0)