Re: [GENERAL] Re: [HACKERS] custom types and optimization
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Brett McCormick <brett@work.chicken.org>
Cc: Kevin Heflin <kheflin@shreve.net>, pgsql-hackers@hub.org
Date: 1998-06-01T06:11:34Z
Lists: pgsql-hackers
> I'm "in the process of" preparing a contrib module for this purpose.
> Real Soon Now.
> > The only problem I haven't been able to fix to date is calling
> > "Dates" from a database and displaying them like "Sunday May 31,
> > 1998" instead "05-31-1998"
Hmm. Should we have the date type pay attention to the SET DATESTYLE
command? I think it doesn't at the moment...
- Tom