Re: An error occurred"Column not found in pgSet: rolcateupdate" when connect to PostgreSQL 9.5 server

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: An error occurred"Column not found in pgSet: rolcateupdate" when connect to PostgreSQL 9.5 server
Date: 2015-07-08 04:51:03
Message-ID: CAG7mmow2fyHxnfPr1yFMos0Kao+icfK4nVfHQis0yONC8jQSgQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Fri, Jul 3, 2015 at 12:58 PM, Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com
> wrote:

> Hi Ashesh,
>
> In previous patch there was a error in pgRole.cpp that in case of pg 9.5
> while deleting the user role, it will not prompt the warning message to
> user.
> I have resolved the issue and attached the patch with this mail for the
> same.
> Please do check it and let me know if anything else is missing.
>
Looks good to me now.

Checked-in.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

>
>
> Regards,
> Sanket Mehta
> Sr Software engineer
> Enterprisedb
>
> On Wed, Jul 1, 2015 at 8:47 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
>> Ashesh, can you review/commit please?
>>
>> Thanks.
>>
>> On Tue, Jun 30, 2015 at 2:27 PM, Sanket Mehta
>> <sanket(dot)mehta(at)enterprisedb(dot)com> wrote:
>> > Hi,
>> >
>> >
>> > While connecting to PostgreSQL 9.5 serve using pgadmin, we have faced an
>> > error "column not found in pgSet: tolcatupdate".
>> >
>> > We have resolved this issue and the patch is attached to this mail.
>> > Please do review it and let me know if any thing is missing.
>> >
>> >
>> > Regards,
>> > Sanket Mehta
>> > Sr Software engineer
>> > Enterprisedb
>> >
>> >
>> > --
>> > Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
>> > To make changes to your subscription:
>> > http://www.postgresql.org/mailpref/pgadmin-hackers
>> >
>>
>>
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-07-08 05:17:40 Re: PATCH: fix size check in dlgProperty
Previous Message Ashesh Vashi 2015-07-08 04:50:06 pgAdmin III commit: Removed the use of "Update catalog" from Role, as i