Re: Date Anomaly??

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Date Anomaly??
Дата
Msg-id 200305070836.34610.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Date Anomaly??  (Thomas Good <tomg@sqlclinic.net>)
Ответы Re: Date Anomaly??
Список pgsql-sql
Thomas,

> > > Another item: if I say 'export PGDATESTYLE=US' and ask psql for
> > > the date I get back an ISO date (YYYY-MM-DD).  What region of this
> > > US is this, I wonder?  Must be San Francisco (maybe Josh knows ;-)

Yeah, it's my fault.  Here in SF we're never sure what year it is, so we put
the year first.   <grin>

> Bottom line: there is no way to return a MM-DD-YYYY value?

Really easy, actually:
SELECT to_char(datefield, 'MM-DD-YYYY');

> I never realised that the morphology of the traditional Postgres date
> was this complex (its declension was not apparent until I used the
> INTERVAL keyword) and so I've conditioned my users to using hyphens
> as delimiters...argh.  Should have used slashes I suppose.

That's the price you pay for having "real" dates instead of the delimited
string stored by other, less sophisticated, database systems.

One of the things on my todo list (Item #18, though) is a pl/perl function
that will accept any reasonable US date and return ISO standard for insert;
I'll post it to the list when I'm done (maybe next week).

--
Josh Berkus
Aglio Database Solutions
San Francisco



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Ries van Twisk"
Дата:
Сообщение: array in a reference
Следующее
От: "Mendola Gaetano"
Дата:
Сообщение: Re: An unresolved performance problem.