Re: [PATCH] WIP: Create shell-types explicitly

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCH] WIP: Create shell-types explicitly
Date: 2006-02-20 21:12:11
Message-ID: 20060220211211.GE12673@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, Feb 20, 2006 at 10:13:39AM -0500, Tom Lane wrote:
> Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> > The first line creates public.text, but the drop tries to delete
> > pg_catalog.text.
>
> This is not particularly specific to (or relevant to) shell types.

So this is not a show stopper and not something we're particularly
concerned about?

Thanks,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-02-20 22:23:43 Re: [PATCH] WIP: Create shell-types explicitly
Previous Message Neil Conway 2006-02-20 20:12:21 Re: plpython: fix memory leak