Top "Pgadmin-4" questions

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

PGAdmin: Not connected to the server or the connection to the server has been closed

i got this problem with postgreSQL, when i do a simple query of anything (CRUD), sometimes it works and almost …

database postgresql pgadmin pgadmin-4
PgAdmin fatal error. The appllication server could not be contacted

A couple of days before I have installed on my PC with Windows 7 Professional new version of PgAdmin (version 4). It …

postgresql pgadmin pgadmin-4
Importing CSV file PostgreSQL using pgAdmin 4

I'm trying to import a CSV file to my PostgreSQL but I get this error ERROR: invalid input syntax for …

postgresql csv import pgadmin-4 csv-import
How to import a schema sql file using pgadmin 4?

Is it possible? If so how? I can only find solution for pgadmin 3 which does not work for me.

pgadmin-4
Failed to open the system default web browser. Is one installed? Pgadmin4

Just wondering has anyone come across this issue with pgadmin4? Every time I go to open it, I get the …

php pgadmin-4
Unrecognized Config Parameter "bytea_output" pgAdmin 4

I'm trying to connect pgAdmin Version 4 to an existing Postgres instance. Previously I was using pgAdmin 3 and it was working …

postgresql pgadmin-4
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
How do I save a query in pgAdmin 4?

How do I save a query in pgAdmin 4? No matter where I try to save it within the PostgreSQL file …

pgadmin-4
OSError: [Errno 13] Permission denied: '/var/lib/pgadmin'

Ubuntu 16.04.3 I'd like to install pgAdmin: I hvae created a virtualenv with python 2. Then install pgAdmin 4 v2.0: pip install https://…

pgadmin-4
How to export table data from PostgreSQL (pgAdmin) to CSV file?

I am using pgAdmin version 4.3 and i want to export one table data to CSV file. I used this query …

postgresql pgadmin-4 postgresql-copy