Commit db667614 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Add full name of the month of July to the lookup table.

Thanks to Greg Sabino Mullane <greg@turnstep.com> for finding the problem.
parent daefb89e
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.81 2001/11/21 22:57:01 tgl Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.82 2001/12/21 06:03:27 thomas Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -271,6 +271,7 @@ jayt ...@@ -271,6 +271,7 @@ jayt
{"jt", TZ, 45}, /* Java Time */ {"jt", TZ, 45}, /* Java Time */
{"jul", MONTH, 7}, {"jul", MONTH, 7},
{"julian", UNITS, JULIAN}, {"julian", UNITS, JULIAN},
{"july", MONTH, 7},
{"jun", MONTH, 6}, {"jun", MONTH, 6},
{"june", MONTH, 6}, {"june", MONTH, 6},
#if 0 #if 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment