Using YY-MM-DD date input - Mailing list pgsql-general

From Bruce Momjian
Subject Using YY-MM-DD date input
Date
Msg-id 200307252002.h6PK27317396@candle.pha.pa.us
Whole thread Raw
Responses Re: Using YY-MM-DD date input  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Using YY-MM-DD date input  (Heath Tanner <heath@inligo.com>)
Re: Using YY-MM-DD date input  (Ron Johnson <ron.l.johnson@cox.net>)
Re: Using YY-MM-DD date input  (Joel Rees <joel@alpsgiken.gr.jp>)
List pgsql-general
Does anyone use YY-MM-DD for date input?

Right now, it only works mostly for pre-2000 dates because we can detect
that 97-02-03 is a year, while we can not detect that in 03-02-01.

We are considering eliminating it for 7.4.  You can still use
yyyy-mm-dd, or course.

Comments?

--
  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 can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: ERROR: DefineIndex: index function must be marked
Next
From: Tom Lane
Date:
Subject: Re: Using YY-MM-DD date input