Re: Extension script error

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Bartosz Dmytrak <bdmytrak(at)eranet(dot)pl>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Extension script error
Date: 2012-02-21 20:39:52
Message-ID: 2c0d768e449143949b2ea42e4b1f5bfa@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, 21 Feb 2012 13:13:02 +0100, Bartosz Dmytrak <bdmytrak(at)eranet(dot)pl>
wrote:
> Hi,I think there is a bug in extensions SQL window eg. for intarray
> extension, generated script looks like this: -- Extension: intarray
> -- DROP EXTENSION intarray;
>  CREATE EXTENSION intarray  SCHEMA public   VERSION 1.0;ALTER
> EXTENSION intarray   OWNER TO postgres;
> But should be:-- Extension: intarray
> -- DROP EXTENSION intarray;
>  CREATE EXTENSION intarray  SCHEMA public   VERSION "1.0";ALTER
> EXTENSION intarray   OWNER TO postgres;
> I mean, there should be quotation around version number. When You create
> extension, script is generated properly. pgAdmin 1.14.1 Windows 7 32
bit.

You're right. This bug is now fixed.

Thank you.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Bartosz Dmytrak 2012-02-21 20:53:49 Trigger Script Error
Previous Message Carlos Mennens 2012-02-21 17:35:44 Re: Server Instrumentation Help