Re: Converting SQL to pg

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: <martin(at)cornhobble(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Converting SQL to pg
Date: 2009-07-24 08:17:50
Message-ID: D960CB61B694CF459DCFB4B0128514C203937E64@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Wenk 2009-07-24 08:18:37 Re: user/grant - best practices handling permission in production system
Previous Message Stefano Nichele 2009-07-24 08:11:39 Re: user/grant - best practices handling permission in production system