Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1njvzj-0002R8-AH for pgadmin-hackers@arkaria.postgresql.org; Thu, 28 Apr 2022 04:43:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1njvzi-0001K1-8W for pgadmin-hackers@arkaria.postgresql.org; Thu, 28 Apr 2022 04:43:10 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1njvzi-0001Js-0W for pgadmin-hackers@lists.postgresql.org; Thu, 28 Apr 2022 04:43:10 +0000 Received: from mail-io1-xd32.google.com ([2607:f8b0:4864:20::d32]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1njvza-0005bZ-I1 for pgadmin-hackers@lists.postgresql.org; Thu, 28 Apr 2022 04:43:09 +0000 Received: by mail-io1-xd32.google.com with SMTP id e194so5319742iof.11 for ; Wed, 27 Apr 2022 21:43:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=actionface.app; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8jGCdJqZi1ppz8FuIq8aJCx2wqgZnN60lqwBgWU9/tA=; b=CXssgXB/G4vs2WHX3fgEbQ7Fkbs2+1fnGhbefs0Eq5ZOa6W9UWNOw2qig71RP1Ow5B e4Pz11rAWOTEmZaIqXMyzgYjvwDDq9HwikviV85bNnOxGl3iZbt5DYAdfmkF1CWMwteu eWKjG28JDIwBaWpJqfeVSwTR/2FDuSdnEOocU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8jGCdJqZi1ppz8FuIq8aJCx2wqgZnN60lqwBgWU9/tA=; b=SXW6l6q57qLCjv2V+K3Bk+4bH99eTKkVW3RFy+M+0pw8jok99VPriOafnOEbRvQt3+ 8XUAqLipF9kA+Lrk6LMDEBK2HTK2M32WnD4Snd9Ij+PEKYRgMWOWdeVjthmQANLBfK1a xoPtYWjyN02B3zMCSVXTzcbGHHAThaHFiDA/aDeSPek4GNylpmw+OPp5Aecj7gyYKnfZ iCU2xrfmjUuBETZsKBAMpx0yGSbekJsc/X89bH+vVPhxtGMxuxdTOnusk4DTDEAsHSYa PyGzo0kn+jq/MIKDQinunThZfwc57/NqGL2cmWZfyYIuKKTP+NO4F+Mem11sGWYd75qU 1a+w== X-Gm-Message-State: AOAM531yOzhNj/ui43TPEa/yirdJ2j5QxK8aazdyZzzhrNKXAVBOrEl/ sLzLM9a7B6sbQe2szc+Ao6H5hjZUfchTmTtnVTStlQ== X-Google-Smtp-Source: ABdhPJwhGMLO547AZGhvp2qNEqn4kINAuFj+fBMsYZmmx39Gf62bujNuLlX3FGhthSOgS7ZEVMQj52/5BTpfRQrCmjg= X-Received: by 2002:a05:6638:3472:b0:319:e0d3:9027 with SMTP id q50-20020a056638347200b00319e0d39027mr13397439jav.263.1651120980607; Wed, 27 Apr 2022 21:43:00 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Luther Miller Date: Wed, 27 Apr 2022 21:42:49 -0700 Message-ID: Subject: Re: pgAdmin / git / Code To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000087dbb005ddaf8f52" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000087dbb005ddaf8f52 Content-Type: text/plain; charset="UTF-8" I like to be able to easily integrate with git so that I have source code versioning on SQL files. On Wed, Apr 27, 2022 at 9:28 PM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi Luther, > > VS code and pgAdmin 4 are different tools with completely different > purposes. pgAdmin is not a full fledged IDE to have git integration. > It is not very clear, so can you please elaborate the feature you want in > pgAdmin. > > On Thu, Apr 28, 2022 at 5:10 AM Luther Miller > wrote: > >> Hi everyone! Someone in Postgres Slack suggested I send this question to >> this list. >> >> I love pgAdmin. I also love using git to track sql files, and I love VS >> Code for lots of things. Other addins I have tried for Code aren't even >> close to the features I like in pgAdmin, so I want to keep using pgAdmin. >> >> Has there been consideration of integrating pgAdmin into Code as an >> add-in, and/or git integration for pgAdmin? >> > > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* > > "Don't Complain about Heat, Plant a TREE" > --00000000000087dbb005ddaf8f52 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I like to be able to easily integrate with git so that I h= ave source code versioning on SQL files.

On Wed, Apr 27, 2022 at 9:28 PM Adi= tya Toshniwal <adit= ya.toshniwal@enterprisedb.com> wrote:
Hi Luther,

VS code and pgAdmi= n 4 are different tools with completely different purposes. pgAdmin is not = a full=C2=A0fledged IDE to have git integration.
It is not very clear, so c= an you please elaborate the feature you want in pgAdmin.

On Thu, Apr = 28, 2022 at 5:10 AM Luther Miller <luther@actionface.app> wrote:
Hi everyone! Someone in Postgres Slack suggested I send = this question to this list.

I love pgAdmin. I also love using git to track sql files, and I love VS C= ode for lots of things. Other addins I have tried for Code aren't even = close to the features I like in pgAdmin, so I want to keep using pgAdmin.

Has there been consideratio= n of integrating pgAdmin into Code as an add-in, and/or git integration for= pgAdmin?


--
Thanks,
Aditya Toshniwal=
pgAdmin Hacker=C2=A0| Software Architect=C2=A0| = edbpostgres.com
=
&q= uot;Don't Complain about Heat, Plant a TREE"
--00000000000087dbb005ddaf8f52--