throw date - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-08-29 22:39:21 | to_date() validation (Brendan Jurd)
date() will throw an meaningful error instead of just acting like everything is okay and then
Mailing lists >> pgsql-patches >> Thread
2007-06-02 07:49:12 | Bug in date.c (Gregory Stark)
date formats. It tries to avoid palloc'ing a cstring copy of the input by storing it in a stack variable instead but that means it can't handle inputs over MAXDATELEN. So it throws
Mailing lists >> pgsql-patches >> Thread
2007-04-02 16:33:31 | Re: Blocked post (Bruce Momjian)
dated emails were meant to throw us off of Simon's pre-dating them. ;-) -- Bruce
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2007-02-16 12:31:22 | Re: [GENERAL] ISO week dates (Bruce Momjian)
Alvaro Herrera wrote: The author is working to consistently throw an error for all invalid
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2007-02-14 16:03:51 | Re: [GENERAL] ISO week dates (Bruce Momjian)
Brendan Jurd wrote: Yea, I was just throwing out a note that someday if someone
Mailing lists >> pgsql-patches >> Thread
2005-12-01 16:37:40 | Re: [HACKERS] Strange interval arithmetic (Bruce Momjian)
throwing it out if it gives others ideas. --------------------------------------------------------------------------- Michael Fuhr wrote: -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ
Mailing lists >> pgsql-patches >> Thread
2005-02-15 21:39:55 | WIP: bufmgr rewrite per recent discussions (Tom Lane)
date for the copy. (We really only need to flush buffers for * the source database, but bufmgr.c provides no API for that.) */ ! BufferSync(); #ifndef WIN32 *** src/backend/commands/vacuum.c.orig Fri Dec 31 17:45:38 2004 --- src/backend/commands/vacuum.c
Mailing lists >> pgsql-patches >> Thread
2004-07-23 09:22:04 | Re: logfile subprocess and Fancy File Functions (Andreas Pflug)
throw an SQL error causing interrupting the + execution if problems are encountered, + pg_file_stat + and pg_file_length will + return -1 if the file is not found, + pg_file_rename and + pg_file_unlink
Mailing lists >> pgsql-patches >> Thread
2004-06-25 17:21:41 | tz error prevents postmaster.c compiling... (Simon Riggs)
date Fri Jun 25 20:55:31 BST 2004 ...is this a case of? #ifdef BRIT gcc -throw
Mailing lists >> pgsql-patches >> Thread
2004-05-20 11:45:11 | Re: Add error-checking to timestamp_recv (Stephen Frost)
date being shown or anything, it's that the database accepts the value but then throws
Mailing lists >> pgsql-patches >> Thread
2003-11-08 12:55:48 | ALTER TABLE modifications (Rod Taylor)
date. ALTER TABLE tab ALTER COLUMN col TYPE text TRANSFORM ...; Currently migrates indexes, check constraints, defaults, and the column definition to the new type with optional transform. If the tranform is not supplied, a standard
Mailing lists >> pgsql-patches >> Thread
2003-09-03 12:57:53 | Re: [BUGS] to_timestamp not stable if date string shorter than (Tom Lane)
Karel Zak
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2003-06-30 14:31:41 | Datetime patch (greg@turnstep.com)
dates like "01-13-2003". I put the > 12 month validation in because otherwise it is still read in as a "month", but it rolls over. In other words, '2003-14-03' becomes '2004
Mailing lists >> pgsql-patches >> Thread
2003-02-28 13:40:14 | Two patches (Dmitry Tkach)
date.getTime()); result.setNanos(nanos); return result; } catch (ParseException e) { throw new PSQLException("postgresql.res.badtimestamp
Mailing lists >> pgsql-patches >> Thread
2002-06-24 09:42:52 | [Fwd: [Fwd: Re: [JDBC] Patch for ResultSetMetaData.getColumnClassName(), ResultSet.getObject()]] (Barry Lind)
DATE: ! case Types.TIME: ! case Types.TIMESTAMP: ! return("java.sql.Timestamp"); ! default: ! throw org.postgresql