[pgadmin-hackers] Close connection button

2016-03-29 Thread Roman Krasavtsev
Hello, I saw some questions about close connection button in Query window on StackOverflow. People don't understand how to close connection without kill or opening Servers State. I agree with them, disconnect button is very useful. Why in pgAdmin there is no disconnect button so far but there is

[pgadmin-hackers] [pgadmin3] [postgresSQL] [bug] Two or more different types of constraints with same name creates ambiguity while drooping.

2016-03-29 Thread Harshal Dhumal
Hi, If we create two different type of constrains (lets say primary key and foreign key) with same name (lets say 'key' ) then its shows same drop query for both constrains. e.g. ALTER TABLE public."Test_tbl" DROP CONSTRAINT key; If we execute above query for first time then it drops primary

[pgadmin-hackers] [pgAdmin4][Patch] Add formatted error message support in psycopg2

2016-03-29 Thread Akshay Joshi
Hi All While implementing Query Tool, I came to know we need error message's with some extra information and also I have faced one issue regarding asynchronous connection polling. I have added support for formatted error message and also fixed the issue. Attached is the patch file. Please review