Hi Ganesh
As per my understanding, the dictionary names from "pg_catalog" should not
be schema-qualified. Please make appropriate changes and send the patch
again.
@Dave/@Ashesh thoughts?
On Tue, Apr 14, 2020 at 5:37 PM Ganesh Jaybhay <
ganesh.jayb...@enterprisedb.com> wrote:
> Hi Hackers,
>
>
On Wed, Apr 15, 2020 at 8:25 AM Akshay Joshi
wrote:
> Hi Ganesh
>
> As per my understanding, the dictionary names from "pg_catalog" should not
> be schema-qualified. Please make appropriate changes and send the patch
> again.
>
> @Dave/@Ashesh thoughts?
>
Maybe I'm missing something, but I don't
Hi Amol,
On Wed, Apr 15, 2020 at 12:06 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi,
>
> I am reviewing this patch.
>
> Thanks,
> Khushboo
>
> On Wed, Apr 15, 2020 at 11:45 AM Amol Vyavahare <
> amol.vyavah...@enterprisedb.com> wrote:
>
>> Hi Hackers,
>> Attached is the patch
Hi Aditya
I think the fix is incorrect. .format method should be applied after
gettext() like gettext().format(). Please check for other places too and
send the updated patch.
On Wed, Apr 15, 2020 at 11:38 AM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers/Libor,
>
> Th
Please find an updated patch, which handles field separator and quote
character from *Result Grid *preferences.
On Wed, Apr 15, 2020 at 10:18 AM Nagesh Dhope
wrote:
> Hi Hackers,
> Please find a patch which fixes,
>
>1. Copy table rows across two or more active query tool sessions.
>2. C
Correct the build script whereby mistake we have removed the theme components
from the source tree while building.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=25553b11ed98f3af47f4f08b6a875f77056a513b
Author: Neel Patel
Modified Files
---
Fixed an issue where the mode is not shown in the properties dialog of
functions/procedures if all the arguments are IN arguments. Fixes #5387
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8654d6cf4344f35a0999f1adf2b5965bdda3b283
Author: Shu
Fixed following issues for Procedures:
1) Change comments on the procedure with arguments as a procedure can be
overloaded.
Note that on EPAS servers, procedure overloading works only for v11+.
2) The save button of a procedure dialog is enabled without any change.
3) Fixed formatting o
Thanks, patch applied.
On Tue, Apr 14, 2020 at 5:52 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Attached is a patch to fix following issues:
> 1) Change comment of procedure with arguments as a procedure can be
> overloaded. Note that on EPAS servers, procedu
Thanks, patch applied.
On Tue, Apr 14, 2020 at 4:01 PM Shubham Agarwal <
shubham.agar...@enterprisedb.com> wrote:
> Hi Team,
> PFA the patch for displaying mode in properties of func/proc if all args
> are "IN"
>
> --
> Thanks & Regards,
> Shubham Agarwal
> EnterpriseDB Corporation
>
> The Postgr
Sure, will do that.
On Wed, Apr 15, 2020 at 1:33 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi Amol,
>
> On Wed, Apr 15, 2020 at 12:06 PM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi,
>>
>> I am reviewing this patch.
>>
>> Thanks,
>> Khushboo
>>
>> On Wed,
Hello Hackers,
On Tue, Apr 14, 2020 at 5:14 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi Navnath,
>
> You have compared the column's internal size with the length of the value
> given by the user.
> For example, column having integer would have internal size 4 and if I
> give
Hi,
Please find the updated patch.
On Wed, Apr 15, 2020 at 1:33 PM Akshay Joshi
wrote:
> Hi Aditya
>
> I think the fix is incorrect. .format method should be applied after
> gettext() like gettext().format(). Please check for other places too and
> send the updated patch.
>
> On Wed, Apr 15, 20
On Wed, Apr 15, 2020 at 2:48 PM navnath gadakh <
navnath.gad...@enterprisedb.com> wrote:
> Hello Hackers,
>
>
> On Tue, Apr 14, 2020 at 5:14 PM Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi Navnath,
>>
>> You have compared the column's internal size with the length of the valu
Hi,
I think this is not a bug. From what I can see, the query - "UPDATE
public.account SET username = 'username-test-123'::character varying(5)
WHERE user_id = 1;" will not throw any error from psql. The same query is
fired by pgAdmin, hence no error.
To get an error we need to remove the typecas
Hi,
I think we should remove the type cast from query during update and
whatever error is thrown should be shown to UI as per scenario 3.
Thanks,
Neel Patel
On Wed, Apr 15, 2020 at 3:06 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
>
>
> On Wed, Apr 15, 2020 at 2:48 PM navnath gad
Hi Khushboo
The fix is not correct, as per RM, we should disable Constraint Trigger,
Deferrable, Deferred option when the user selects the "Inline EDB-SPL"
function.
With this patch, it is disabled for EPAS. Please fix and resend the patch.
On Wed, Apr 15, 2020 at 12:06 PM Khushboo Vashi <
khushb
Hi Team,
PFA patch containing the fix and the resql test cases.
--
Thanks & Regards,
Shubham Agarwal
EnterpriseDB Corporation
The Postgres Database Company
On Wed, Apr 15, 2020 at 4:29 PM Shubham Agarwal <
shubham.agar...@enterprisedb.com> wrote:
> Hi Team,
> PFA patch containing the fix and the resql test cases.
>
> You forgot to attach the patch.
> --
> Thanks & Regards,
> Shubham Agarwal
> EnterpriseDB Corporation
>
> The Postgres Database Compan
On Wed, Apr 15, 2020 at 4:31 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
>
>
> On Wed, Apr 15, 2020 at 4:29 PM Shubham Agarwal <
> shubham.agar...@enterprisedb.com> wrote:
>
>> Hi Team,
>> PFA patch containing the fix and the resql test cases.
>>
>> You forgot to attach the patch.
Make changes to use gettext() function correctly.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=31a929388b3adb153a3b09be284dce3869bb39fe
Author: Aditya Toshniwal
Modified Files
--
web/pgadmin/__init__.py
Added alert message to Reset Layout if any of the panels from Query Tool failed
to load. Fixes #5366
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed0a596286a7f0fef741f91633e76b39e1ca338f
Author: Khushboo Vashi
Modified Files
-
Fixed python exception error when user tries to download the CSV and there is a
connection issue. Fixes #4858
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c41da41efe88cccd0df9ff75819cd956a70c07b6
Author: Murtuza Zabuawala
Modified Files
-
Thanks, patch applied.
On Wed, Apr 15, 2020 at 12:22 PM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi Akshay,
>
> PFA updated patch.
>
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
>
> On Mon, Apr 13
Thanks, patch applied.
On Wed, Apr 15, 2020 at 2:55 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi,
>
> Please find the updated patch.
>
> On Wed, Apr 15, 2020 at 1:33 PM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Aditya
>>
>> I think the fix is incorrect
Thanks, patch applied.
On Wed, Apr 15, 2020 at 10:32 AM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi,
>
> Please find the attached patch to fix the RM #5366 - PgAdmin hangs in '
> loading' state after trying to preview the first 100 records.
>
> Many users reported this issue but
Hi Akshay,
Please find the attached updated patch.
Thanks,
Khushboo
On Wed, Apr 15, 2020 at 3:58 PM Akshay Joshi
wrote:
> Hi Khushboo
>
> The fix is not correct, as per RM, we should disable Constraint Trigger,
> Deferrable, Deferred option when the user selects the "Inline EDB-SPL"
> function
Hi,
next minor gettext and format fixes in patch.
Best regards,
Libor M.
E-mail: libor...@gmail.com
GitHub: https://github.com/liborm85
st 15. 4. 2020 v 13:17 odesílatel Akshay Joshi
napsal:
>
> Thanks, patch applied.
>
> On Wed, Apr 15, 2020 at 2:55 PM Aditya Toshniwal
> wrote:
>>
>> Hi,
>>
@Dave Page @Akshay Joshi
your input please?
On Wed, Apr 15, 2020 at 3:13 PM Neel Patel
wrote:
> Hi,
>
> I think we should remove the type cast from query during update and
> whatever error is thrown should be shown to UI as per scenario 3.
>
> Thanks,
> Neel Patel
>
> On Wed, Apr 15, 2020 at
Hi Navnath
Scenario 3 seems correct to me. No need to type cast.
On Wed, Apr 15, 2020 at 6:03 PM navnath gadakh <
navnath.gad...@enterprisedb.com> wrote:
> @Dave Page @Akshay Joshi
> your input please?
>
> On Wed, Apr 15, 2020 at 3:13 PM Neel Patel
> wrote:
>
>> Hi,
>>
>> I think we should r
Removing the typecast will almost certainly lead to other problems. I think
we should just remove the length from it.
On Wed, Apr 15, 2020 at 1:33 PM navnath gadakh <
navnath.gad...@enterprisedb.com> wrote:
> @Dave Page @Akshay Joshi
> your input please?
>
> On Wed, Apr 15, 2020 at 3:13 PM Nee
Hello,
We are sending the data to backend and depending on errors from backend. Any
thoughts on implementation of basic fronted validations? so that we can
alert user before it clicks on save button.
On Wed, 15 Apr 2020, 18:08 Dave Page, wrote:
> Removing the typecast will almost certainly lea
On Wed, 15 Apr 2020 at 18:18, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hello,
>
> We are sending the data to backend and depending on errors from backend. Any
> thoughts on implementation of basic fronted validations? so that we can
> alert user before it clicks on save but
On Wed, 15 Apr 2020 at 18:21, Ashesh Vashi
wrote:
>
>
> On Wed, 15 Apr 2020 at 18:18, Murtuza Zabuawala <
> murtuza.zabuaw...@enterprisedb.com> wrote:
>
>> Hello,
>>
>> We are sending the data to backend and depending on errors from backend. Any
>> thoughts on implementation of basic fronted vali
Hi Hackers,
Attached is the patch to replace the usage of pg_user_mapping table with
pg_user_mappings view. pg_user_mapping is not publicly accessible.
Changes are done for search objects and foreign data wrappers.
pgAdmin throws an exception when accessing User mappings with non
privileged users.
Hi Khushboo,
Please find the modified patch. I have removed the length from the data
types. Test cases also passing on all Postgres versions.
Thanks!
On Wed, Apr 15, 2020 at 6:22 PM Ashesh Vashi
wrote:
>
>
> On Wed, 15 Apr 2020 at 18:21, Ashesh Vashi
> wrote:
>
>>
>>
>> On Wed, 15 Apr 2020
36 matches
Mail list logo