Can someone comment on this?  The problem appears in current sources:

        test=> INSERT INTO a VALUES ('infinity');
        ERROR:  Unrecognized date external representation 'infinity'

Is there a reason we support "infinity" in timestamp and not date?

> Dax Kelson ([EMAIL PROTECTED]) reports a bug with a severity of 3
> The lower the number the more severe it is.
> 
> Short Description
> Make 'infinity' work with type 'date'
> 
> Long Description
> CREATE TABLE test ( somedate date NOT NULL DEFAULT 'infinity' );
> ERROR: Unrecognized date external representation of 'infinity'
> 
> But, 
> 
> CREATE TABLE test ( somedate timestamp NOT NULL DEFAULT 'infinity' );
> 
> Works.
> 
> 
> Sample Code
> 
> 
> No file was uploaded with this report
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
> http://archives.postgresql.org
> 

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to