Re: can a insert with a returning clause be subquery ?

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: can a insert with a returning clause be subquery ?
Дата
Msg-id 36e682920802021612w5b04ca7dk80925b913f4b7261@mail.gmail.com
обсуждение исходный текст
Ответ на can a insert with a returning clause be subquery ?  (chrisj <chrisj.wood@sympatico.ca>)
Ответы Re: can a insert with a returning clause be subquery ?  (Adrian Klaver <aklaver@comcast.net>)
Список pgsql-sql
On Feb 2, 2008 6:22 PM, chrisj <chrisj.wood@sympatico.ca> wrote:
> I know I could do this easily with a stored proc,
>  but it seems like an obvious use of the returning clause
>
> Am I missing some syntax error

Nope, you're not missing anything.  When I initially wrote this for
Postgres, it didn't support all cases; including the one you're
running into.  It's not extremely difficult to extend, but as there
are so few people asking for this functionality, no one has found it
important enough to warrant extension.  Perhaps I'll get to it for
8.4.

-- 
Jonah H. Harris, Sr. Software Architect | phone: 732.331.1324
EnterpriseDB Corporation                | fax: 732.331.1301
499 Thornall Street, 2nd Floor          | jonah.harris@enterprisedb.com
Edison, NJ 08837                        | http://www.enterprisedb.com/


В списке pgsql-sql по дате отправления:

Предыдущее
От: chrisj
Дата:
Сообщение: can a insert with a returning clause be subquery ?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: can a insert with a returning clause be subquery ?