Re: PostgreSQL and GUI management

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rob Sargent <robjsargent(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL and GUI management
Date: 2023-08-15 21:46:13
Message-ID: ca595ca3-f599-72e5-5dee-d5100f319e60@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/15/23 13:52, Rob Sargent wrote:
> On 8/15/23 12:57, Adrian Klaver wrote:
>> On 8/15/23 11:43, Rob Sargent wrote:
>>> On 8/15/23 12:38, Adrian Klaver wrote:
>>>> 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,
>>> Much as I love it, psql is not what I would call a management tool?
>>
>> Why not?
>>
>>
>>
> All the nice buzzwordy things: dashboards, alarm bells, point-and-click
> drop downs for config values (with tool tip descriptions of what they
> might do), coffee dispenser.  Things some feel they need in a management
> tool.

Ahh, the boss screen. Where you look like you are doing something when
you are not.

>
>

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guyren Howe 2023-08-15 21:52:56 Re: Converting sql anywhere to postgres
Previous Message Rob Sargent 2023-08-15 20:52:48 Re: PostgreSQL and GUI management