On Thu, Oct 06, 2005 at 09:01:22AM -0400, Joshua Kramer wrote: > I have my DATESTYLE set to ISO MDY. > > When I try to create a table with a default date of 0000-00-00, psql says > that this is an invalid date. Why, and can (or how can I) get it to > accept 0000-00-00 as a valid date?
Why do you want to, considering that 0000-00-00 is *not* a valid date? Why not use NULL to represent an unknown value? -- Michael Fuhr ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org