Re: NOT EXIST for PREPARE

From: Yury Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: NOT EXIST for PREPARE
Date: 2016-03-22 17:19:45
Message-ID: a0ed12ae-d3cb-4db9-97a4-dbee495e39d7@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Yury Zhuravlev wrote:
>> You already have a patch? If yes I'm glad to review it.
>>
> Please. Patch in attachment.
>

Fix bug, forgot change attr number in parser.
And, I forgot example:
PREPARE usrrptplan (int) IF NOT EXISTS AS
SELECT * FROM pg_operator;
PREPARE

New patch in attachment.

--
Yury Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
if_not_exists_for_prepare_v2.patch text/x-patch 2.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2016-03-22 17:28:39 Re: Support for N synchronous standby servers - take 2
Previous Message Petr Jelinek 2016-03-22 17:12:53 Re: Relation extension scalability