throw date - Search results in mailing lists

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

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

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

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

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

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

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

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

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

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

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

2003-09-03 12:57:53 | Re: [BUGS] to_timestamp not stable if date string shorter than (Tom Lane)

Karel Zak writes: Okay. Please send a patch against 7.3 tip and I'll

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

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

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