Re: update error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "guard" <guard(at)ficnet(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: update error
Date: 2001-05-06 16:22:14
Message-ID: 28610.989166134@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"guard" <guard(at)ficnet(dot)net> writes:
> update table_a set trn_no = table_b.trn_no from table_a,table_b
> where table_a.cust_no=table_b.cust_no

> IN pgsql 7.0x IS OK

> if run 7.1 IS error ??

More details please?

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Richards 2001-05-06 21:55:17 7.1 REFERENCES contstraints
Previous Message guard 2001-05-06 14:43:15 update error