mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Add comment about localized month names for to_date and to_timestamp.
This commit is contained in:
parent
9a506a6257
commit
6839bc95d4
@ -1,7 +1,7 @@
|
||||
/* -----------------------------------------------------------------------
|
||||
* formatting.c
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.106 2006/02/12 23:48:23 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.107 2006/03/03 02:17:30 momjian Exp $
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
|
||||
@ -163,6 +163,7 @@ struct FormatNode
|
||||
|
||||
/* ----------
|
||||
* Full months
|
||||
* This needs to be NLS-localized someday.
|
||||
* ----------
|
||||
*/
|
||||
static char *months_full[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user