Improve wordings.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=02f9de5bdba716d5768d2a0e62149818af6ebee4
Modified Files
--
.../server_groups/servers/databases/schemas/tables/static/js/table.js | 2 +-
web/pgadmin/tools/debugger/
Hi Hackers,
The current code works fine if a new tab is opened from the main window.
But it does not handle the case where a new tab is opened from the opened
tab.
Attached is the patch to fix the issue.
On Wed, Jan 15, 2020 at 6:12 PM Akshay Joshi
wrote:
> Thanks, patch applied.
>
> On Wed, Ja
Thanks, patch applied.
On Tue, Jan 28, 2020 at 12:02 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> The fixes which are covered in this patch:
>
> Issues
> Version mismatch should displayed if select EPAS 11 as source and EPAS 12
> as target
> We should handle schema diff if user s
Fixed following schema diff issues:
1) Version mismatch should be displayed if you select EPAS 11 as the source
and EPAS 12 as the target.
2) We should handle schema diff if the user stops the server after compare.
3) The data type is not visible for column headers in the query tool/view
da
Hi Hackers,
Attached is a patch for tab navigation for all the panels,
create/properties dialogs close buttons. Patch also fixes tab navigation
for scroll left and scroll right buttons on main window.
Note - Currently there is no shortcut added to trigger close/scroll
left/scroll right current pa
Hi,
Try File -> Reset Layout.
On Tue, Jan 28, 2020, 13:41 shneur eidensohn wrote:
> Selecting query tool doesn't show query editor and query history, like you
> show here
> http://127.0.0.1:62330/help/help/query_tool.html.
> Instead it shows "Messages" as the attached screenshot shows.
> How ca