| From: | "Jack Gao" <weigao(at)hotmail(dot)com> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Is this a bug? |
| Date: | 2001-11-15 17:50:00 |
| Message-ID: | 9t0v84$25ni$1@news.tht.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
"Roland Roberts" <roland(at)astrofoto(dot)org> wrote in message
news:m2ofm4gfxs(dot)fsf(at)tycho(dot)rlent(dot)pnet(dot)(dot)(dot)
> >>>>> "Jack" == Jack Gao <wei(at)gaofamily(dot)org> writes:
>
> Jack> So, I can't use JOIN in UPDATE?
>
> You are trying to update two different tables. Use a transaction
> instead.
>
> begin transaction;
> update foo ....;
> update bar ....;
> end transaction;
>
> roland
No, I just need to update one table, which is tblUserConfig.
> --
> PGP Key ID: 66 BC 3B CD
> Roland B. Roberts, PhD RL Enterprises
> roland(at)rlenter(dot)com 76-15 113th Street, Apt 3B
> roland(at)astrofoto(dot)org Forest Hills, NY 11375
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-11-15 18:25:24 | Re: How to best grab a chunk of Ids from a sequence |
| Previous Message | Ross J. Reedstrom | 2001-11-15 17:29:41 | Re: problem: index on number not honoured |