On 7/31/17 20:42, Peter Eisentraut wrote:
> That looks like a bug to me. ALTER USER also does not support the IN
> DATABASE clause, so the code deviation might have started there already.
>
> I propose the attached patch to clean this up.
>
> For backpatching, I could develop some less invasive
On Tue, Aug 1, 2017 at 8:42 AM, Pavel Golub wrote:
> Sorry, if I was rough. My English is not so excellent. My point is
> that I was trying to distinguish behavior of EDB installer and
> "build from source" PG.
>
> And the result is that EDB executes ALTER USER and I don't know why.
I don't know
Hello, Robert.
Sorry, if I was rough. My English is not so excellent. My point is
that I was trying to distinguish behavior of EDB installer and
"build from source" PG.
And the result is that EDB executes ALTER USER and I don't know why.
You wrote:
RH> On Thu, Jul 27, 2017 at 2:52 AM, Pavel G
On 7/26/17 11:29, Tom Lane wrote:
> You'll notice that that statement fails in the regression tests:
>
> ALTER USER ALL SET application_name to 'SLAP';
> ERROR: syntax error at or near "ALL"
>
> The one that works is
>
> ALTER ROLE ALL SET application_name to 'SLAP';
>
> and the reason is that
On Thu, Jul 27, 2017 at 2:52 AM, Pavel Golub wrote:
> One more notice. ALTER USER ALL works in EnterpriseDB 10beta2
> installer. That's weird. I thought EnterpriseDB uses official sources.
I find it really hard to believe that we're doing anything else. It
wouldn't make any sense to patc
Hello, Tom.
You wrote:
TL> Pavel Golub writes:
>> I need someone to throw some light on grammar (gram.y).
>> I'm investigating beta2 regression tests, and found new statement
>> `ALTER USER ALL SET application_name to 'SLAP';`
>> ^^^
TL> You'll notice that that statement fails in t
Hello, Tom.
You wrote:
TL> Pavel Golub writes:
>> I need someone to throw some light on grammar (gram.y).
>> I'm investigating beta2 regression tests, and found new statement
>> `ALTER USER ALL SET application_name to 'SLAP';`
>> ^^^
TL> You'll notice that that statement fails in t
Pavel Golub writes:
> I need someone to throw some light on grammar (gram.y).
> I'm investigating beta2 regression tests, and found new statement
> `ALTER USER ALL SET application_name to 'SLAP';`
> ^^^
You'll notice that that statement fails in the regression tests:
ALTER USER ALL
Hello, hackers.
I need someone to throw some light on grammar (gram.y).
I'm investigating beta2 regression tests, and found new statement
`ALTER USER ALL SET application_name to 'SLAP';`
^^^
I know for sure that in beta1 this operator fails. So I decided to recheck
gram.y:
AlterUse