Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bnZW8-0001Vt-6n for pgadmin-hackers@arkaria.postgresql.org; Fri, 23 Sep 2016 23:04:28 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bnZW7-0007gj-IL for pgadmin-hackers@arkaria.postgresql.org; Fri, 23 Sep 2016 23:04:27 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bnZW6-0007fA-SV for pgadmin-hackers@postgresql.org; Fri, 23 Sep 2016 23:04:27 +0000 Received: from mail-io0-x229.google.com ([2607:f8b0:4001:c06::229]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bnZW3-0000nv-M8 for pgadmin-hackers@postgresql.org; Fri, 23 Sep 2016 23:04:25 +0000 Received: by mail-io0-x229.google.com with SMTP id r145so132936752ior.0 for ; Fri, 23 Sep 2016 16:04:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=RhQo+D8f3iGFcE1uAE8huyFYxIy2BOVCbda/7iICpDw=; b=jfJGeqrt3Qu1xmuS5Z34hfECNr406Fv7xSwVEKShr+2j2scc9WiakOuKULm5OxV6ZX RH9io9L1/1yJ+8LZ5mEyTLkHVIQCFYvrQRHFbYfGvM7PkB+0UAg93AckJhhh8IGQzrYw ap5rrhorp4GWPEJev0TsvSHofIQTyGObDQkYbDXj3HcpiUgwJ2XqgZQN2UuEjiuTf4L3 FPVxzCoUczKyZGnpVqoYAsSyzYOW/MJYJHROAXbbjtVb9WGPQrzd7L1MOsQ1vR+1LlGP nUKkQfAA42PJJbSPB9AyrIhH9Jss7pdKsjcEpR86w9Bk9PH4sKk6WSwKdMjqe83b8Jk8 V93g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=RhQo+D8f3iGFcE1uAE8huyFYxIy2BOVCbda/7iICpDw=; b=fDyzF0eQv3rNp1vqDnEGPx9UqvlbBFhNQ7xsS8aS5p31a9VcjQBKXFohRYWHHVSupB XQGxfnU8eqbT9gg45mxlNiuMyjhe5dhh5O26+LDXsATbaTLDZQLq+uhCNg03K73rHV0x rPvZIp1E8QSkGFBOM6vguAml82u6yxAJBX4drBZMRjv9nXE9mESJdQlQWcB8JWW6N3z8 +72PTOxLUJUmhpR/V/V5rhEcj4fYMi3jSzH9NTsz9ouHFFMcOrsAw/UE0OHeJcEDSvL8 rMLnU/gHKqTC5hcrzlAb6GZ35Rj+19PdIT+8lXLtKYNaRhQ3Ar0sopTcfvpauhkKiMMR iWGw== X-Gm-Message-State: AE9vXwPCsxsp642IyrMFwQkQgpcjYm6es+mrZmcEP9zYY2m00lHrBFiHc3VCaho0emB2NHBuk9cZg6lx+303wmI8 X-Received: by 10.107.151.11 with SMTP id z11mr11707361iod.28.1474671862684; Fri, 23 Sep 2016 16:04:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.50.212 with HTTP; Fri, 23 Sep 2016 16:04:02 -0700 (PDT) In-Reply-To: References: From: Ashesh Vashi Date: Sat, 24 Sep 2016 04:34:02 +0530 Message-ID: Subject: Re: PATCH: RM#1735 To: pgadmin-hackers Content-Type: multipart/mixed; boundary=001a114100fc89f45c053d34ccc8 X-Pg-Spam-Score: -0.4 (/) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a114100fc89f45c053d34ccc8 Content-Type: multipart/alternative; boundary=001a114100fc89f456053d34ccc6 --001a114100fc89f456053d34ccc6 Content-Type: text/plain; charset=UTF-8 Hi Team, On Sat, Sep 24, 2016 at 3:23 AM, Ashesh Vashi wrote: > Hi Dave/Team, > > I've fixed the issue "No default schema when creating some schema objects". > > For package, allowing to change the schema at the create time only, as the > logic required to change schema of an existing package required a lot of > changes. And, I am reluctant to do it at this phase of the project. > I also find out that - when we refresh the schema node, it was returning an array of node data instead of an individual node data. Please find the fix for it as part # 2. NOTE: First patch is still applicable. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* > > -- > > Thanks & Regards, > > Ashesh Vashi > EnterpriseDB INDIA: Enterprise PostgreSQL Company > > > > *http://www.linkedin.com/in/asheshvashi* > > --001a114100fc89f456053d34ccc6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Team,


On = Sat, Sep 24, 2016 at 3:23 AM, Ashesh Vashi <ashesh.vashi@enter= prisedb.com> wrote:
Hi Dave/Team,

I've fixe= d the issue "No default schema when creating some schema objects"= .

For package, allowing to change the schema at th= e create time only, as the logic required to change schema of an existing p= ackage required a lot of changes. And, I am reluctant to do it at this phas= e of the project.
I also find out that - when = we refresh the schema node, it was returning an array of node data instead = of an individual node data.

Please find the fix fo= r it as part # 2.

NOTE: First patch is still appli= cable.

--

= Thanks & Regards,

Ashesh Vashi
EnterpriseDB I= NDIA:=C2=A0Enterprise PostgreSQL Company


=C2=A0http://www.linkedin.com/in/asheshvashi


--=

Thanks= & Regards,

Ashesh Vashi
EnterpriseDB = INDIA: Ent= erprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


--001a114100fc89f456053d34ccc6-- --001a114100fc89f45c053d34ccc8 Content-Type: application/octet-stream; name="RM1735_part2.patch" Content-Disposition: attachment; filename="RM1735_part2.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_itgdjaos1 ZGlmZiAtLWdpdCBhL3dlYi9wZ2FkbWluL2Jyb3dzZXIvc2VydmVyX2dyb3Vw cy9zZXJ2ZXJzL2RhdGFiYXNlcy9zY2hlbWFzL19faW5pdF9fLnB5IGIvd2Vi L3BnYWRtaW4vYnJvd3Nlci9zZXJ2ZXJfZ3JvdXBzL3NlcnZlcnMvZGF0YWJh c2VzL3NjaGVtYXMvX19pbml0X18ucHkKaW5kZXggZmQ3NzljMS4uNjFkYjQ4 MCAxMDA2NDQKLS0tIGEvd2ViL3BnYWRtaW4vYnJvd3Nlci9zZXJ2ZXJfZ3Jv dXBzL3NlcnZlcnMvZGF0YWJhc2VzL3NjaGVtYXMvX19pbml0X18ucHkKKysr IGIvd2ViL3BnYWRtaW4vYnJvd3Nlci9zZXJ2ZXJfZ3JvdXBzL3NlcnZlcnMv ZGF0YWJhc2VzL3NjaGVtYXMvX19pbml0X18ucHkKQEAgLTQwOCwxNCArNDA4 LDI2IEBAIGNsYXNzIFNjaGVtYVZpZXcoUEdDaGlsZE5vZGVWaWV3KToKICAg ICAgICAgaWYgbm90IHN0YXR1czoKICAgICAgICAgICAgIHJldHVybiBpbnRl cm5hbF9zZXJ2ZXJfZXJyb3IoZXJyb3Jtc2c9cnNldCkKIAorICAgICAgICBp Y29uID0gJ2ljb24tezB9Jy5mb3JtYXQoc2VsZi5ub2RlX3R5cGUpCisKICAg ICAgICAgaWYgc2NpZCBpcyBub3QgTm9uZToKICAgICAgICAgICAgIGlmIGxl bihyc2V0Wydyb3dzJ10pID09IDA6CiAgICAgICAgICAgICAgICAgcmV0dXJu IGdvbmUoZ2V0dGV4dCgiIiIKIENvdWxkIG5vdCBmaW5kIHRoZSBzY2hlbWEg aW4gdGhlIGRhdGFiYXNlLgogSXQgbWF5IGhhdmUgYmVlbiByZW1vdmVkIGJ5 IGFub3RoZXIgdXNlci4KICIiIikpCi0KLSAgICAgICAgaWNvbiA9ICdpY29u LXswfScuZm9ybWF0KHNlbGYubm9kZV90eXBlKQorICAgICAgICAgICAgcm93 ID0gcnNldFsncm93cyddWzBdCisgICAgICAgICAgICByZXR1cm4gbWFrZV9q c29uX3Jlc3BvbnNlKAorICAgICAgICAgICAgICAgIGRhdGE9c2VsZi5ibHVl cHJpbnQuZ2VuZXJhdGVfYnJvd3Nlcl9ub2RlKAorICAgICAgICAgICAgICAg ICAgICByb3dbJ29pZCddLAorICAgICAgICAgICAgICAgICAgICBkaWQsCisg ICAgICAgICAgICAgICAgICAgIHJvd1snbmFtZSddLAorICAgICAgICAgICAg ICAgICAgICBpY29uPWljb24sCisgICAgICAgICAgICAgICAgICAgIGNhbl9j cmVhdGU9cm93WydjYW5fY3JlYXRlJ10sCisgICAgICAgICAgICAgICAgICAg IGhhc191c2FnZT1yb3dbJ2hhc191c2FnZSddCisgICAgICAgICAgICAgICAg KSwKKyAgICAgICAgICAgICAgICBzdGF0dXM9MjAwCisgICAgICAgICAgICAp CiAKICAgICAgICAgZm9yIHJvdyBpbiByc2V0Wydyb3dzJ106CiAgICAgICAg ICAgICByZXMuYXBwZW5kKAo= --001a114100fc89f45c053d34ccc8 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers --001a114100fc89f45c053d34ccc8--