Akshay Joshi
Akshay Joshi
Hi All We are using sshtunnel in pgAdmin4 and one of the users reported an issue about Unix socket connection not being possible via sshtunnel please refer to [5964](https://redmine.postgresql.org/issues/5964). We've...
**SSH Tunnel Setup:** 1) **Fedora 37** (VM in NAT mode): PostgreSQL is installed and SSL mode is on. Created 3 certificates server.crt, server.key, and root.crt. Given common name as **'akshay.pgadmin'**...
Traceback (most recent call last): File "/Users/akshayjoshi/Developement/redmine2github/src/github_issues/migration_manager.py", line 228, in mm.migrate_issues() File "/Users/akshayjoshi/Developement/redmine2github/src/github_issues/migration_manager.py", line 200, in migrate_issues github_issue_number = gm.make_github_issue(json_fname_fullpath, **gm_kwargs) File "/Users/akshayjoshi/Developement/redmine2github/src/github_issues/github_issue_maker.py", line 360, in make_github_issue issue_obj = self.get_github_conn().issues.create(github_issue_dict)...
Implement separate workspace for Query Tool, PSQL, Schema Diff, etc. Attached is the POC work done. There are a couple of things that we need to check: 1. Persistent with...
2) Remove packages for Python 3.8. 3) Update Javascript dependecies. 4) Update Python packages.
Add a new menu option, such as 'Export Data Using Query', to enable functionality like the following SQL command: COPY (SELECT * FROM country WHERE country_name LIKE 'A%') TO '/usr1/proj/bray/sql/a_list_countries.copy';"...