Re: Converting SQL to pg - Mailing list pgsql-general

From Albe Laurenz
Subject Re: Converting SQL to pg
Date
Msg-id D960CB61B694CF459DCFB4B0128514C203937E64@exadv11.host.magwien.gv.at
Whole thread Raw
In response to Converting SQL to pg  (<martin@cornhobble.com>)
List pgsql-general
martin wrote:
> I must be tired. Any suggestions on converting the following
> to postgresql?
>
> UPDATE IGNORE yose5_user_newflags AS flags, yose5_messages AS
> msg SET flags.forum_id = msg.forum_id WHERE flags.message_id =
> msg.message_id AND flags.message_id IN (15580, 15581, 15706,
> 15712, 15713, 15719, 15888)

To PostgreSQL from what?
Can you explain what the statement is supposed to do?

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Stefano Nichele
Date:
Subject: Re: user/grant - best practices handling permission in production system
Next
From: Andreas Wenk
Date:
Subject: Re: user/grant - best practices handling permission in production system