Re: insert ... delete ... returning ... ? - Mailing list pgsql-hackers

From Guillaume Smet
Subject Re: insert ... delete ... returning ... ?
Date
Msg-id 1d4e0c10802241343s5564cc5bxee2a457ebfe9c8c@mail.gmail.com
Whole thread Raw
In response to Re: insert ... delete ... returning ... ?  ("Guillaume Smet" <guillaume.smet@gmail.com>)
List pgsql-hackers
On Sun, Feb 24, 2008 at 10:39 PM, Guillaume Smet
<guillaume.smet@gmail.com> wrote:
>  On Sun, Feb 24, 2008 at 10:21 PM, Mark Mielke <mark@mark.mielke.cc> wrote:
>  >  I'm at PostgreSQL 8.3 for my production database and everything is
>  >  working great. I had no problems converting free text search from 8.2 to
>  >  8.3, and I really like the improvements.
>  >
>  >  I tried using insert ... delete ... return ... and get a syntax error:
>  >
>  >  > pccyber=# insert into product_manufacturer_archived (itemno,
>  >  > manufacturer_id)
>
>  I would expect a semicolon here.

Mmmmh, my bad, I missed your point. Sorry for the noise :).

--
Guillaume


pgsql-hackers by date:

Previous
From: "Guillaume Smet"
Date:
Subject: Re: insert ... delete ... returning ... ?
Next
From: "Jonah H. Harris"
Date:
Subject: Re: insert ... delete ... returning ... ?