Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hV7ku-0003in-Tk for pgadmin-hackers@arkaria.postgresql.org; Mon, 27 May 2019 05:01:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hV7ks-0002Zj-Lw for pgadmin-hackers@arkaria.postgresql.org; Mon, 27 May 2019 05:01:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hV7ks-0002Qk-9y for pgadmin-hackers@lists.postgresql.org; Mon, 27 May 2019 05:01:02 +0000 Received: from mail-ot1-x32a.google.com ([2607:f8b0:4864:20::32a]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hV7kh-00044G-KH for pgadmin-hackers@postgresql.org; Mon, 27 May 2019 05:01:01 +0000 Received: by mail-ot1-x32a.google.com with SMTP id c3so2450169otr.3 for ; Sun, 26 May 2019 22:00:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=i0LSRAsxssiL4cAXvZuvd74RLazMP29+aaCFgCb0ezk=; b=VGbnGvwmCF2PVcRFZLFIFVzdjxuQCfa8cqfcdnX+gYhG3WVyZzWoOK73wqRQCy07nk /NsWnr0sKehriH9xViV7h+HT+K0Jjk3fQ6FXAlrNibZdK/fuSorrWEpTCmLPSX598PG2 KtYKqkiKjBPrbYIDD/ZMkozanHiOYUInk/553DOqrlaA1dwa5+ai5Z+IaY5rYv2aEVqE LGTV8mGEmiAIx5eYsGu0KmePMn1CCSQFVBkbNl38iQEp5gc7mtrjcVWnzOJreSIeJISh yr1XazbuxMyp4DHme82klOwSiioBV0rSYD7EE9OWYuac5wVZy70EtkZXw5CGkZB8zZIr sZAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i0LSRAsxssiL4cAXvZuvd74RLazMP29+aaCFgCb0ezk=; b=UeWaCafc/UfagkJDxl+L+CMX44cF/ChJs7KqVRAVU85/a+7fwXykNOCFggqG+pMsQs 05bpCAM1GqaF5yHVGiigokBAqeE5Pw+aSvPyVR03EitFINz2/ehKdUp0yFzmAo8bIWBq Kjwt2jh9+DsqRXYvbyvZ4nfSpmHSVxnIoyJHHGH2FWPXFo/IV0hkWle/iuawDV8iDel/ E4aPgEO/n+7C8WeyMw00JLvSWzuvM7E1ZPTloBJedh22aIlpv9rmdtNQC/r3yYPL9HFG D8xJKUDKpjNSWQA3bXQBFz/Kz/GbWiz7eoXTtHgrPt8jPTOdifzD2BNFpFdpNSDKRVU2 642w== X-Gm-Message-State: APjAAAVhWcB3Yfbf59VYIJ17ht5wCj1ileLNImZHTBMZ3rliMCIj9kc/ GbHXrwEh8B0gSwCeCAtC4xzG5kq/0bBLjPMShwXzOg== X-Google-Smtp-Source: APXvYqyTof64tMQ7enCPFeOPCYxKzAd8dBN9ikwDHHxbZUDebRsBcAsFPv6T0HvrBlP6yXqR82BY/vwNbRbAHB2FTZI= X-Received: by 2002:a9d:80b:: with SMTP id 11mr37387415oty.347.1558933248918; Sun, 26 May 2019 22:00:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Khushboo Vashi Date: Mon, 27 May 2019 10:30:40 +0530 Message-ID: Subject: Re: Enhancement request To: Akshaj Dave Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000087d8780589d76e2e" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000087d8780589d76e2e Content-Type: text/plain; charset="UTF-8" On Sun, May 26, 2019 at 9:12 PM Akshaj Dave wrote: > Hi Team, > > PGAdmin has been wonderful to use and the latest changes with PGAdmin 4 > ver 4.6 are just delightful! > > Would it be possible to show the scratch pad on the SQL tab as well? > Currently it is attached to the connected Query tool tabs that open. Thanks > for your time. > > You can create a feature request @ https://redmine.postgresql.org/projects/pgadmin4 but why do we need this feature? We can right click on the object and select Create Script which will open the SQL in the query tool. Great job happening! > > Thanks and Regards, > Akshaj Dave > --00000000000087d8780589d76e2e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
We can right click o= n the object and select Create Script which will open the SQL in the query = tool.

Great job happening!

=
Thanks and Regards,
Akshaj Dave
--00000000000087d8780589d76e2e--