Re: Add CREATE EXTENSION Support

From: Dave Page <dpage(at)pgadmin(dot)org>
To: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Add CREATE EXTENSION Support
Date: 2014-02-11 17:16:58
Message-ID: CA+OCxoxzFsfXp7wspTkZRCGNrpe-7CLXDv8YoVRPr+nn5BzRew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Feb 11, 2014 at 5:14 PM, David E. Wheeler <david(at)justatheory(dot)com> wrote:
> On Feb 11, 2014, at 9:09 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
>> I guess I might have to - there's another fix in there that Regina Obe
>> was asking for the other day.
>
> Great thank you. Suggested quick patch: add the ".0" to the version comment in sql/pgagent--unpackaged--3.4.0.sql:
>
> --- a/sql/pgagent--unpackaged--3.4.0.sql
> +++ b/sql/pgagent--unpackaged--3.4.0.sql
> @@ -4,7 +4,7 @@
> // Copyright (C) 2002 - 2014 The pgAdmin Development Team
> // This software is released under the PostgreSQL Licence
> //
> -// pgagent--unpackaged--3.4.sql - Convert pgAgent existing tables and functions to an extension
> +// pgagent--unpackaged--3.4.0.sql - Convert pgAgent existing tables and functions to an extension
> //
> */

I actually removed the .0 because there aren't supposed to be any
schema changes in a point release (in fact, there aren't even supposed
to be in anything but a major release). I thought I removed it from
the filename as well, but clearly missed that in the end.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message J.F. Oster 2014-02-11 17:33:03 Ways to improve PgAdmin III SQL context help
Previous Message David E. Wheeler 2014-02-11 17:14:00 Re: Add CREATE EXTENSION Support