Re: UPDATE with database name alias - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: UPDATE with database name alias
Date
Msg-id F7EF4AB6-B9F9-46D1-A6E5-9F39D42A6B90@fastcrypt.com
Whole thread Raw
In response to UPDATE with database name alias  (andres@sayago.info)
Responses Re: UPDATE with database name alias  (andres@sayago.info)
Problems with alias in UPDATE over JDeveloper+ADF: I have the answer  (andres@sayago.info)
List pgsql-jdbc
Don't use aliases ?

Dave
On 19-Sep-05, at 2:08 PM, andres@sayago.info wrote:

> Hello friends.
>
> I'm new in this list, but not in the database world. I have a
> question and
> I need yout colaboration.
>
> I am programming with JDeveloper 10g, and I want to use PostgreSQL
> database. I'm using Oracle but I wanna do the migration. But, I
> have a big
> problem: I use PostgreSQL with ADF and ADF uses aliasses for the
> database
> name when it need to do a UPDATE. Example:
>
> UPDATE conference_romms ConferenceRooms
> SET ConferenceRooms.room_name = 'Golden'
> WHERE ConferenceRooms.room_id = 57;
>
> That sentence fail because the UPDATE clause don't support aliasses.
>
> I'm thinking right? Or I am mistaked.
>
> PostgreSQL don't support database name aliasses for the UPDATE
> option??
>
> How can I do it??
>
> Thanks,
>
> Andrés Säyago
> Bogotá D.C., Colombia
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org
>
>


pgsql-jdbc by date:

Previous
From: andres@sayago.info
Date:
Subject: UPDATE with database name alias
Next
From: andres@sayago.info
Date:
Subject: Re: UPDATE with database name alias