Top "Pgadmin" questions

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

How to backup & Restore PostgreSQL database in Windows7?

I am new to Postgres database. I have to get the backup from Production Server (pgAdmin Version is 9.2.4) & restore …

windows postgresql pgadmin
How do I add PostGIS to PostgreSQL pgAdmin?

I've got PostgreSQL and pgAdmin installed, but I want to add a PostGIS server so I could work on a …

postgresql postgis pgadmin
How restore postgreSQL dump file using pgAdmin?

I've a .dmp file. Want to restore the database from it. Using pgAdmin how can I do it?

sql postgresql pgadmin
Postgres DB not starting on Mac OSX: ERROR says: connections on Unix domain socket

I ve installed Postgresql and then ran a bunch of rails apps on my local Mac OSX Mountain Lion and …

macos postgresql unix pid pgadmin
how to get column size and type through my database in PostgreSQL

I've changed column length manually in my previous database. But after creating new database via HQL it's creating varchar(255) and …

sql postgresql pgadmin
How to grant all privileges on views to arbitrary user

How do you grant read/select access on all functions and views to an arbitrary user? I use psql --user=…

sql database postgresql grant pgadmin
Change primary key to auto increment

I have a table Player, and a primary key playerID which is character(7). I have some records in this table …

postgresql pgadmin
View database user and password in PgAdmin

How do I change a user's password in Postgresql (using PgAdmin) so that I can connect with Rails to the …

postgresql pgadmin
Postgres server not listening

I'm trying to connect with my client (Macbook Pro) to a Postgres Database located in another PC in the same …

postgresql remote-access pgadmin
How can I send email from PostgreSQL trigger?

I using pgsql to set a trigger, when update the table dataset(change the status to Finished) it will automatic …

sql database postgresql pgadmin