Thread: Impact from removal of pgadmin4

Impact from removal of pgadmin4

From
Vince McMahon
Date:
In windows, when the pgadmin4 is removed, will it remove the libraries from that windows?

Basically, I have other database applications installed to get and to set data into postgres db.  Will removing of pgadmin4 remove the odbc, jdbc drivers these application use? 

Thanks.

Re: Impact from removal of pgadmin4

From
Ron Johnson
Date:
On Fri, Aug 2, 2024 at 3:57 AM Vince McMahon <sippingonesandzeros@gmail.com> wrote:
In windows, when the pgadmin4 is removed, will it remove the libraries from that windows?

Basically, I have other database applications installed to get and to set data into postgres db.  Will removing of pgadmin4 remove the odbc, jdbc drivers these application use? 

JDBC is a separately-installed  package (which makes me think that you're running a very old version of the JDBC driver), and I'm betting that the ODBC driver is also separately-installed.

Re: Impact from removal of pgadmin4

From
Vince McMahon
Date:
Thanks for the deep insight.  You are better than OpenChat gpt 4. 

Happy Friday.

On Fri, Aug 2, 2024, 8:53 AM Ron Johnson <ronljohnsonjr@gmail.com> wrote:
On Fri, Aug 2, 2024 at 3:57 AM Vince McMahon <sippingonesandzeros@gmail.com> wrote:
In windows, when the pgadmin4 is removed, will it remove the libraries from that windows?

Basically, I have other database applications installed to get and to set data into postgres db.  Will removing of pgadmin4 remove the odbc, jdbc drivers these application use? 

JDBC is a separately-installed  package (which makes me think that you're running a very old version of the JDBC driver), and I'm betting that the ODBC driver is also separately-installed.