Re: Add CREATE EXTENSION Support - Mailing list pgadmin-hackers

From David E. Wheeler
Subject Re: Add CREATE EXTENSION Support
Date
Msg-id 20FE27DC-D9CA-4023-BA65-B12CFF8184F7@justatheory.com
Whole thread Raw
In response to Re: Add CREATE EXTENSION Support  (Dave Page <dpage@pgadmin.org>)
Responses Re: Add CREATE EXTENSION Support  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
On Feb 11, 2014, at 9:09 AM, Dave Page <dpage@pgadmin.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
 //
 */


Best,

DAvid

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Add CREATE EXTENSION Support
Next
From: Dave Page
Date:
Subject: Re: Add CREATE EXTENSION Support