Re: GUI tool for Raspberry Pi - PostgreSQL 11.5

Ertan Küçükoğlu <[email protected]> Fri, 20 Sep 2019 19:03:00 +0300
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <[email protected]>
> On 20 Sep 2019, at 17:37, Laurenz Albe <[email protected]> wrote:
> 
> Ertan Küçükoğlu wrote:
>> I am looking for a tool other than pgAdmin3 for Raspberry Pi running
>> on Debian 10 Buster. I need basic things like create user, run SQL on
>> tables, view structure of a table.
> 
> Why do you want a GUI for that?
For convenience.
> 
> On a resource constrained machine, use the command line client "psql".
I have tables with relatively many columns. Anything printed on console won't fit it's boundaries and won't be easy to read. I am using some gui application on it and most of the time find it easy to put two window next to each other to see what I'm looking for.

Even it is resource constrained Raspberry Pi, it still can handle quite a good job for somewhat big jobs. Especially latest version 4 with high ram models.

Thanks.
Ertan