Top "Pgadmin" questions

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

Postgresql: password authentication failed for user "postgres"

I have installed PostgreSQL 8.4, Postgres client and Pgadmin 3. Authentication failed for user "postgres" for both console client and Pgadmin. I …

postgresql ubuntu pgadmin
How connect Postgres to localhost server using pgAdmin on Ubuntu?

I installed Postgres with this command sudo apt-get install postgresql postgresql-client postgresql-contrib libpq-dev Using psql --version on terminal I get …

postgresql database-connection pgadmin
Export and import table dump (.sql) using pgAdmin

I have pgAdmin version 1.16.1 So, for exporting table dumm I do: Right click on table, then in menu click on …

postgresql postgresql-9.2 pgadmin
Export Postgresql table data using pgAdmin

I am using pgAdmin version 1.14.3. PostgreSQL database version is 9.1. I got all Db script for table creation but unable to …

database postgresql export pgadmin
How should I import data from CSV into a Postgres table using pgAdmin 3?

Is there any plugin or library which I need to use for this? I want to try this on my …

postgresql pgadmin
PostgreSQL how to see which queries have run

I have a PostgreSQL DB at my computer and I have an application that runs queries on it. How can …

database postgresql pgadmin
Unable to connect PostgreSQL to remote database using pgAdmin

I installed PostgreSQL on my local server (Ubuntu) with IP 192.168.1.10. Now, I'm trying to access the database from my client …

postgresql pgadmin
pgAdmin3 connection problems

I'm recently setting up and running a Windows 2008 r2 server with VMware Workstation 8. I'm running a Centos 6.2 virtual linux box …

postgresql centos vmware pgadmin trust
docker postgres pgadmin local connection

I have created an ubuntu image with nginx, php and postgres. I want to connect the postgres database in my …

postgresql docker pgadmin
pgAdmin 4 always open in browser not as a standalone desktop application

installed PSQL10 but when pgAdmin is run from start then always open in browser.There is no option to run …

pgadmin