pgAdmin 4 commit: Fixed an issue where schema diff doesn't show the res

2020-12-01 Thread Akshay Joshi
Fixed an issue where schema diff doesn't show the result of compare if source schema has tables with RLS. Fixes #5998 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=64e6570f002af422f3695e4e95d3b2501bc361f2 Modified Files -- docs/

pgAgent commit: Fix message telling users how to update pgAgent

2020-12-01 Thread Dave Page
Fix message telling users how to update pgAgent Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=816a9fb158b7eb4fcfb14951c58bbfb6529777b6 Modified Files -- sql/pgagent--3.4--4.2.sql | 2 +- sql/pgagent--4.0--4.2.sql | 2 +- sql

[pgAdmin][Patch] Bug #6003 - exibição errada de tabela em trigger de view (Wrong table display in view trigger)

2020-12-01 Thread Yogesh Mahajan
Hi, Please find a patch which fixes incorrect view trigger sql display for table sql. Thanks, Yogesh Mahajan EnterpriseDB RM6003_v1.patch Description: Binary data

Re: SameSite issues in Safari Browser (reference #RM5975)

2020-12-01 Thread Rahul Shirsat
Hi Dave, Could you please add below FAQ point for SameSite Safari issue: Question : When I set new tab settings for query tool or schema-diff, I get "Connection to server lost" or "CSRF tokens do not match" on Safari versions >= 12 Answer: This has been seen mostly on Safari browser versions >=

Re: [pgAdmin][RM-5343]: [Code Coverage] Improve API test cases for Debugger

2020-12-01 Thread Akshay Joshi
Hi Nikhil The patch is not applied, please rebase and send the patch again. On Tue, Dec 1, 2020 at 2:48 PM Nikhil Mohite wrote: > Hi Team, > > Please find the attached patch for RM-5343 > : [Code Coverage] Improve API > test cases for Debugger. > also