>
> Em seg., 9 de fev. de 2026 às 14:42, Matheus Alcantara <
> matheusssilv97(at)gmail(dot)com> escreveu:
>
>> So here is V2 with some documentation changes and also with the index
>> name not being preserved issue that Marcos have mentioned earlier fixed.
>
> And additionally
Default is EXCLUDING ALL, right ?
create schema b like a;
It's the same as
create schema b;
right ?
regards
Marcos