Re: in-catalog Extension Scripts and Control parameters (templates?)

From: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
To: Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>
Cc: Jaime Casanova <jaime(at)2ndquadrant(dot)com>, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: in-catalog Extension Scripts and Control parameters (templates?)
Date: 2013-06-27 10:11:19
Message-ID: CAP7QgmkAmOpsWFv1_Z=ff2_iU2khxWY1fyNv_ZxkF_qUijo9Dg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 27, 2013 at 2:49 AM, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>wrote:

> Hi,
>
> Thanks a lot for your review!
>
> Some answers here, new version of the patch with fixes by tuesday.
>
> Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com> writes:
> > - create template ex2, create extension ex2, alter template ex2 rename to
> > ex3, create extension ex3, drop template ex3;
> > foo=# drop template for extension ex3 version '1.0';
> > ERROR: cannot drop unrecognized object 3179 16429 0 because other
> objects
> > depend on it
>
> Well, if I'm following, you're trying to remove a non-existing object. I
> guess you would prefer a better error message, right?
>
>
Right. unrecognized object x y z doesn't look good.

> > - a template that is created in another template script does not appear
> to
> > depend on the parent template.
>
> I don't think that should be automatically the case, even if I admit I
> didn't think about that case.
>
>
Really? My understanding is everything that is created under extension
depends on the extension, which depends on the template. Why only template
is exception?

--
Hitoshi Harada

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2013-06-27 10:22:55 Re: PostgreSQL 9.3 latest dev snapshot
Previous Message Dimitri Fontaine 2013-06-27 09:49:47 Re: in-catalog Extension Scripts and Control parameters (templates?)