Re: create language ... if not exists

From: Andreas 'ads' Scherbaum <adsmail(at)wars-nicht(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: create language ... if not exists
Date: 2008-03-30 10:45:32
Message-ID: 20080330124532.43986ab0@iridium.wars-nicht.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Hello Heikki,

On Sat, 29 Mar 2008 11:49:56 +0000 Heikki Linnakangas wrote:

> Regarding the patch itself: You define rule "opt_if_not_exists", but
> never use it. And you add a new rule for "CREATE LANGUAGE ... HANDLER
> ...", but forgot "IF_P NOT EXISTS" from the end of that. Looks like you
> couldn't decide which approach to take, and ended up doing a little bit
> of both ;-).

Now that you say it: yes, i tested a bit around, how to implement this
feature. But since my current approach is wrong, i have to change this
anyway.

Thank you for pointing this out.

--
Andreas 'ads' Scherbaum
German PostgreSQL User Group

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Andreas 'ads' Scherbaum 2008-03-30 10:49:17 Re: create language ... if not exists
Previous Message Neil Conway 2008-03-30 04:08:53 Re: Integer datetime by default