Re: PostgreSQL and GUI management

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Jason Long <hack3rcon(at)yahoo(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL and GUI management
Date: 2023-08-15 18:38:26
Message-ID: 76ab6468-646e-e4bd-974c-27a31884c517@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/15/23 08:08, Jason Long wrote:
> Hello,
> Does PostgreSQL have a graphical environment for management or is it
> only managed through CLI?

There are, but make your life easier and learn to use psql:

https://www.postgresql.org/docs/current/app-psql.html

It ships with Postgres and runs close to the database. Saves you the
time tracking down the issues that the GUI transformation code introduce.

>
>
> Thank you.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2023-08-15 18:43:16 Re: PostgreSQL and GUI management
Previous Message Russell Rose | Passfield Data Systems 2023-08-15 18:30:35 Re: Converting sql anywhere to postgres