Re: [pgAdmin4][patch] error message is incorrect in domains

2021-09-27 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Sep 27, 2021 at 2:27 PM zhangj...@fujitsu.com wrote: > Hi, all > > In domains's create function, res is used for all error messages. > I don't think this is correct. > On line 13, doid should be used as the error message.Because the execution > result of line 1

[pgAdmin4][patch] error message is incorrect in domains

2021-09-27 Thread zhangj...@fujitsu.com
Hi, all In domains's create function, res is used for all error messages. I don't think this is correct. On line 13, doid should be used as the error message.Because the execution result of line 11 is doid. On line 21, scid should be used as the error message.Because the execution result of line