File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11/* -----------------------------------------------------------------------
22 * formatting.c
33 *
4- * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.166 2010/02/23 16:14:26 momjian Exp $
4+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.167 2010/02/25 18:36:14 momjian Exp $
55 *
66 *
77 * Portions Copyright (c) 1999-2010, PostgreSQL Global Development Group
@@ -3097,6 +3097,9 @@ to_date(PG_FUNCTION_ARGS)
30973097 *
30983098 * The TmFromChar is then analysed and converted into the final results in
30993099 * struct 'tm' and 'fsec'.
3100+ *
3101+ * This function does very little error checking, e.g.
3102+ * to_timestamp('20096040','YYYYMMDD') works
31003103 */
31013104static void
31023105do_to_timestamp (text * date_txt , text * fmt ,
You can’t perform that action at this time.
0 commit comments