From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | DUVAL REMI <REMI(dot)DUVAL(at)cheops(dot)fr>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Cc: | "phb07(at)apra(dot)asso(dot)fr" <phb07(at)apra(dot)asso(dot)fr> |
Subject: | Re: proposal: schema variables |
Date: | 2020-03-20 07:18:45 |
Message-ID: | CAFj8pRC_sMuOjUn=ikNavENVRqFZahBrAiAqiMfjMf1kUj7+aw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-performance |
čt 19. 3. 2020 v 10:43 odesílatel DUVAL REMI <REMI(dot)DUVAL(at)cheops(dot)fr> napsal:
> Hello
>
>
>
> I played around with the ALTER VARIABLE statement to make sure it’s OK and
> it seems fine to me.
>
>
>
> Another last thing before commiting.
>
>
>
> I agree with Thomas Vondra, that this part might/should be simplified :
>
>
>
> [ { ON COMMIT DROP | ON { TRANSACTIONAL | TRANSACTION } END RESET } ]
>
>
>
> I would only allow “ON TRANSACTION END RESET”.
>
> I think we don’t need both here.
>
> Philippe Beaudoin was indeed talking about the TRANSACTIONAL keyword, but
> that would have make sense (and I think that’s what he meant) , if you
> could do something like “CREATE [NON] TRANSACTIONAL VARIABLE …”.
>
> But here I don’t think that the ON TRANSACTIONAL END RESET has any sense
> in English, and it only complicates the syntax.
>
>
>
> Maybe Thomas Vondra (if it’s him) would be more inclined to commit the
> patch if it has this more simple syntax has he requested.
>
>
>
> What do you think ?
>
I removed TRANSACTIONAL from this clause, see attachement change.diff
Updated patch attached.
I hope it would be the last touch, making it fully ready for a commiter.
>
Thank you very much for review and testing
Pavel
>
Attachment | Content-Type | Size |
---|---|---|
change.diff | text/x-patch | 2.0 KB |
schema-variables-20200320.patch.gz | application/gzip | 66.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2020-03-20 08:28:22 | Re: proposal: schema variables |
Previous Message | Masahiko Sawada | 2020-03-20 06:59:01 | Re: Berserk Autovacuum (let's save next Mandrill) |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2020-03-20 08:28:22 | Re: proposal: schema variables |
Previous Message | Pavel Stehule | 2020-03-18 05:58:30 | Re: proposal: schema variables |