On Thu, Oct 30, 2014 at 8:41 PM, Dave Page wrote:
> Ashesh, can you review/commit this please?
>
> Thanks.
>
> On Thu, Oct 30, 2014 at 1:14 PM, Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Dave
>>
>> As resource group is a shared object, so it can't be run in a
>> transnational
Ashesh, can you review/commit this please?
Thanks.
On Thu, Oct 30, 2014 at 1:14 PM, Akshay Joshi wrote:
> Hi Dave
>
> As resource group is a shared object, so it can't be run in a
> transnational block. With the current implementation if user change the
> name and any other parameter it will th
Hi Dave
As resource group is a shared object, so it can't be run in a transnational
block. With the current implementation if user change the name and any
other parameter it will throw an error message as two ALTER statement can't
run in a transnational block.
I have fixed the issue. I have modif