Re: beta1 packaged

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: beta1 packaged
Date: 2002-09-05 15:19:06
Message-ID: 6419.1031239146@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor <rbt(at)zort(dot)ca> writes:
> SunOS control.shared2 5.7 Generic_106541-20 sun4u sparc SUNW,Ultra-5_10
> shows an error in ALTER TABLE tests:

> ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references
> pktable(ptest1);
> NOTICE: ALTER TABLE will create implicit trigger(s) for FOREIGN KEY
> check(s)
> + ERROR: Relation "pg_temp_5"."" does not exist

That's pretty bizarre. Is it reproducible? Can you get in there with a
debugger and try to figure out what's going wrong?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jason Tishler 2002-09-05 15:19:15 Re: [CYGWIN] 7.3 Beta 1 Build Error on Cygwin
Previous Message Joe Conway 2002-09-05 15:12:19 Re: Please rename split(text,text,int) to splitpart