Top "Pgadmin" questions

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

pgAdmin - Sharing DB Connection Definitions

I have a few database servers and few developers. I have set up database connection definitions on my PC for …

postgresql pgadmin
PostgreSQL 9.4 database cannot be saved with pgAdmin 3 (Windows 8.1)

I am working with confuence under Windows 8.1 and have produced a lot of Input there. Now I wanted to backup …

postgresql pgadmin
copy result from PostgreSQL

I am copying every result of Query (application pgAdmin) into Google Doc's Sheet. I am wonder if it is possible …

postgresql clipboard pgadmin
Restart PostgreSQL Remotely

Can I remotely restart a PostgreSQL server throught PGAdmin ? The user I currently is the administrative privileges. Regards, Dino

postgresql pgadmin
It could refer to either a PL/pgSQL variable or a table column

I have a function in pgsql CREATE OR REPLACE FUNCTION core.date_bs_from_ad(date_in_ad date) RETURNS …

postgresql plpgsql pgadmin
PostgreSQL: How to copy data from one database table to another database

I need simple example how to copy data from database DB1 table T1 to database DB2 table T2. T2 has …

database postgresql pgadmin
How do I change the maintenance database for Postgres?

I'm running PostgreSQL version 9.0 on OSX version 10.6.6. Somehow one of my development databases has become the maintenance db, not postgres (…

database postgresql maintenance pgadmin
Pgadmin is not loading

i have recently installed pgadmin4 onto my laptop and when I launch the application, it just gets stuck on the …

python postgresql pgadmin heroku-postgres pgadmin-4
pgadmin: getting "DETAIL: User does not have CONNECT privilege." error

I’m using pgAdmin III on Mac Yosemite. I created a role, “discount”, and created a database “discount”. In the …

postgresql connect privileges pgadmin
Backup and Restore option not available in pgAdmin III

I have to take backup of my database but when I right click DB and then backup The button for …

database postgresql backup pgadmin pg-restore