Top "Pgadmin" questions

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

How to visualize database tables in postgresql using pgAdmin?

I am trying to visualize tables and their relations using pgAdmin. I have understood that there is a query visualizer …

sql database postgresql pgadmin
PostgreSQL - create a new DB through pgAdmin UI

I have installed PostgreSQL DB server on my Ubuntu machine. Now I want to create a new Database through some …

postgresql user-interface pgadmin
Create an ER diagram in pgAdmin

What would be the step by step walk-through for building a basic Entity-Relationship Diagram from pgAdmin? Would there be some …

sql postgresql pgadmin
Connect to a heroku database with pgadmin

I would like to manage my heroku database with pgadmin client. By now, I've been doing this with psql. When …

database postgresql heroku pgadmin
Primary & Foreign Keys in pgAdmin

I was wondering can some give me an explanation on how to assign primary and foreign keys in pgAdmin? I …

postgresql foreign-keys primary-key pgadmin
Postgresql can't connect application server through PGAdmin4

I installed PostgreSql on my Windows machine. I can connect to PostgreSql through cmd. But when I want to launch …

windows pgadmin
In PostgreSQL, how to insert data with COPY command?

I have problem when run 1 project NodeJs with PostgreSQL database. I have error when trying to insert data in pgAdmin …

postgresql pgadmin bulk-load postgresql-copy
pgadmin gives me the error: no password supplied

I've installed postgresql 9.2 on linux (kubuntu) and the last version of pgadmin3, but when I connect them I have this …

postgresql web-applications pgadmin
How to add multiple columns to a table in Postgres?

How do I add multiple columns in one query statement in PostgreSQL using pgadmin3?

postgresql pgadmin
Equivalent of "describe table" in PgAdmin3

Question asked and answered: As many of us know, PostgreSQL does not support describe table or describe view. As one …

postgresql view pgadmin describe