Re: [HACKERS] pg_dump bug - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] pg_dump bug
Date
Msg-id 27772.943134292@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] pg_dump bug  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> Current sources still have a problem with this example, which is that
> the default expression gets prematurely constant-folded:
>     CREATE TABLE ut (d1 DATE DEFAULT CURRENT_DATE);
> pg_dumps as
>     CREATE TABLE "ut" (
>             "d1" date DEFAULT '11-19-1999'::date);
> Drat.  I thought I'd taken care of that class of problems...

Fixed in CVS.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Timothy"
Date:
Subject:
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] New regression driver