Re: [pgadmin-support] Extension script error

2012-02-21 Thread Guillaume Lelarge
On Tue, 21 Feb 2012 13:13:02 +0100, Bartosz Dmytrak 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 > E

[pgadmin-support] Extension script error

2012-02-21 Thread Bartosz Dmytrak
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