Re: [HACKERS] pg_dump bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] pg_dump bug
Date: 1999-11-20 21:44:52
Message-ID: 27772.943134292@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-11-20 21:58:01 Re: [HACKERS] New regression driver
Previous Message Tom Lane 1999-11-20 17:32:16 Re: [HACKERS] Bulk update of large database