Re: Open pgAdmin in browser

2021-06-03 Thread Trung Do
, pgAdmin desktop will open in a > browser-less standalone NWJS container. > > If you still want to use it in a browser, then you have to use it in a server > mode. Refer - > https://www.pgadmin.org/docs/pgadmin4/5.1/server_deployment.html for more > details. > > On Thu, Jun 3, 2

Open pgAdmin in browser

2021-06-03 Thread Trung Do
Hi, Previously pgAdmin opened as a tab in my browser, which is great. Now it always opens in its own window. Is there a setting somewhere to get back the old behavior so that it opens in my browser again? Thanks, Trung

Better use of screen width for query tabs

2021-01-29 Thread Trung Do
Hi, Currently, the left browser tree panel is not collapsible, and the Properties/SQL/Statistics/Dependencies/Dependents tabs are not even closable, so together they take up nearly half my screen width. Because of this, I can only open up to 4-5 additional tabs before my tabs overflow, which is qu

Unable to delete database in pgAdmin 4 4.25

2020-08-31 Thread Trung Do
Hi, I think this is a regression - I am unable to delete a database in pgAdmin 4 4.25. It always complain: "ERROR: database "x" is being accessed by other users DETAIL: There is 1 other session using the database." There is only one connection to the database and it is from pgAdmin itself. Tru

Re: Bug report: pgAdmin takes selected portion of query in Query Editor to run

2020-08-12 Thread Trung Do
; So I guess what you should probably do is create a *feature* request for this > additional functionality. > > rik. > > On Wed, Aug 12, 2020 at 3:18 PM Trung Do wrote: >> >> If I enter a well formed SQL query into the Query Editor, but only >> select a portion

Bug report: pgAdmin takes selected portion of query in Query Editor to run

2020-08-12 Thread Trung Do
If I enter a well formed SQL query into the Query Editor, but only select a portion of the query with the mouse and try to run, pgAdmin will try to run the selected portion as the query (and will fail most of the time because of syntax error)