Re: PostgreSQL and GUI management
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Adrian Klaver <adrian.klaver@aklaver.com>
Cc: Jason Long <hack3rcon@yahoo.com>, pgsql-general@lists.postgresql.org
Date: 2023-08-15T19:11:28Z
Lists: pgsql-general
út 15. 8. 2023 v 20:38 odesílatel Adrian Klaver <adrian.klaver@aklaver.com> napsal: > 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. > use with pspg https://github.com/okbob/pspg regards Pavel > > > > > > > Thank you. > > -- > Adrian Klaver > adrian.klaver@aklaver.com > > > >