Skip to content

Commit 6732859

Browse files
committed
WIP Side_Workspace
Added adhoc connection support 1) Disable menu for other workspace. 2) Compare server name as well while adding the adhoc server. 3) PSQL tool should shown error if binary path is not set. Added logic to disconnect from all the servers, when layout is changed. 1) Disabled Schema Diff workspace if no tabs are present. 2) Make code generic. Fixed Demo comments. Fixed Javascript test cases Fixed feature test. Updated documentation. Fixed review comments.
1 parent 6f8fb6f commit 6732859

File tree

125 files changed

+3985
-546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+3985
-546
lines changed

docs/en_US/container_deployment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ The default binary paths set in the container are as follows:
5353
.. code-block:: bash
5454
5555
DEFAULT_BINARY_PATHS = {
56+
'pg-17': '/usr/local/pgsql-17',
5657
'pg-16': '/usr/local/pgsql-16',
5758
'pg-15': '/usr/local/pgsql-15',
5859
'pg-14': '/usr/local/pgsql-14',
59-
'pg-13': '/usr/local/pgsql-13',
60-
'pg-12': '/usr/local/pgsql-12'
60+
'pg-13': '/usr/local/pgsql-13'
6161
}
6262
6363
this may be changed in the :ref:`preferences`.
698 Bytes
Loading
44.3 KB
Loading
-148 KB
Binary file not shown.
209 KB
Loading
-104 KB
Binary file not shown.
-6.45 KB
Loading
348 KB
Loading
361 KB
Loading
16.8 KB
Loading

0 commit comments

Comments
 (0)