Re: Add CREATE SCHEMA ... LIKE support - Mailing list pgsql-hackers

From Marcos Pegoraro
Subject Re: Add CREATE SCHEMA ... LIKE support
Date
Msg-id CAB-JLwbkBoH7BNAYFH-gXzwiNa7oo4a3chQ521fWzc2PjgdEww@mail.gmail.com
Whole thread
In response to Re: Add CREATE SCHEMA ... LIKE support  (Marcos Pegoraro <marcos@f10.com.br>)
Responses Re: Add CREATE SCHEMA ... LIKE support
List pgsql-hackers
Em seg., 9 de fev. de 2026 às 14:42, Matheus Alcantara <matheusssilv97@gmail.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

pgsql-hackers by date:

Previous
From: Alexandra Wang
Date:
Subject: Re: jsonb subscripting vs SQL/JSON array accessor semantics (SQL:2023)
Next
From: Matheus Alcantara
Date:
Subject: Re: Add CREATE SCHEMA ... LIKE support