Re: ERROR: column "id" inherits conflicting default values

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: column "id" inherits conflicting default values
Date: 2009-10-06 01:20:47
Message-ID: 20888.1254792047@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I wrote:
> I guess we're going to have to rewrite that code to not store the cooked
> defaults in string form. If they were node trees then equal() would do
> the right thing.

The attached patch should fix this.

regards, tom lane

Attachment Content-Type Size
cooked-defaults-fix.patch text/x-patch 11.8 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2009-10-06 02:18:08 Re: Errors regarding transporting database using pg_dump
Previous Message John R Pierce 2009-10-06 00:25:55 Re: How useful is the money datatype?