st 8. 6. 2022 v 14:29 odesÃlatel Martin Butter <
martin.but...@splendiddata.com> napsal:
> Since Postgres 9.5 it is possible to use the => operators for filling in
> named parameters in a function call, like perform my_func(named_param =>
> 'some value'). The old form, with the := operator is stil
Since Postgres 9.5 it is possible to use the => operators for filling in
named parameters in a function call, like perform my_func(named_param =>
'some value'). The old form, with the := operator is still allowed for
backward reference.
But with open cursor, still only the old := operator is a