We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd0cd5 commit 89ce2bfCopy full SHA for 89ce2bf
src/backend/utils/adt/formatting.c
@@ -1,7 +1,7 @@
1
/* -----------------------------------------------------------------------
2
* formatting.c
3
*
4
- * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.166 2010/02/23 16:14:26 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.167 2010/02/25 18:36:14 momjian Exp $
5
6
7
* Portions Copyright (c) 1999-2010, PostgreSQL Global Development Group
@@ -3097,6 +3097,9 @@ to_date(PG_FUNCTION_ARGS)
3097
3098
* The TmFromChar is then analysed and converted into the final results in
3099
* struct 'tm' and 'fsec'.
3100
+ *
3101
+ * This function does very little error checking, e.g.
3102
+ * to_timestamp('20096040','YYYYMMDD') works
3103
*/
3104
static void
3105
do_to_timestamp(text *date_txt, text *fmt,
0 commit comments