Top "Pgadmin" questions

pgAdmin is an Open Source administration and development GUI for PostgreSQL.

How to hide databases that I am not allowed to access

When I connect to my Heroku - Postgresql database via pgAdmin3, It lists all the tables (about 2600). Every time I …

heroku pgadmin
Connecting to a Redshift cluster from pgAdmin

UPDATE: also asked on the PgAdmin-support mailing list here. So I have an AWS Redshift cluster up and running, and …

amazon-redshift pgadmin
How to get a version of pgAdmin III working correctly with the PostgreSQL 9.4 (Ubuntu 14.10 x64)?

I have installed postgresql-9.4 and pgAdmin III on Ubuntu 14.10 x64: sudo apt-get update && sudo apt-get dist-upgrade sudo apt-get …

postgresql ubuntu pgadmin
PgAdmin 4: Cannot edit rows from one table

Something strange is happening with my new created tables in Postgres, I can add data to them, but I cannot …

postgresql pgadmin pgadmin-4
PostgreSQL pg_hba.conf Issue

In pg_hba.conf, I have host all all 127.0.0.1/32 md5 host all all samenet md5 I also added host all …

postgresql pgadmin
Change language / locale of pgAdmin?

Just installed postgres in a windows box, 8.3.14-1, started up pgAdmin and it is in my local language (PT) instead …

pgadmin
pgAdmin shortcuts to execute scripts

Who knows pgAdmin shortcuts to execute scripts in pgAdmin Query tool? Namely to execute whole query and execute current script.

postgresql pgadmin
Postgresql Transaction ID Not Found

Whenever I am executing a query in postgresql, this is the error message I receive Transaction ID not found in …

postgresql pgadmin pgadmin-4
Error when opening pgAdmin 4 on mac

I have installed version 4-1.5, but when opening it, it always shows this error "The application server could not be …

postgresql pgadmin
How can I stop pgadmin 4 process?

How can I stop pgadmin 4 process? I ran pgadmin 4 next method: python3 /usr/local/pgAdmin4.py My idea using Ctrl-c.

pgadmin