On 2023/11/24 03:39, Pavel Stehule wrote:
>
> I modified the documentation a little bit - we don't need to extra
> propose SQL array syntax, I think.
> I rewrote regress tests - we don't need to test unsupported
> functionality (related to RECORD).
>
> - all tests passed
>
I wrote two examples of errors:
user_id users.user_id%ROWTYPE[];
user_id users.user_id%ROWTYPE ARRAY[4][3];
Fixed.
> Regards
>
> Pavel
>
>
> >
> > Regards
> >
> > Pavel
>