Re: Add CREATE SCHEMA ... LIKE support

From: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
To: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
Cc: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
Subject: Re: Add CREATE SCHEMA ... LIKE support
Date: 2026-02-09 21:44:28
Message-ID: CAB-JLwbkBoH7BNAYFH-gXzwiNa7oo4a3chQ521fWzc2PjgdEww@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matheus Alcantara 2026-02-09 21:53:24 Re: Add CREATE SCHEMA ... LIKE support
Previous Message Alexandra Wang 2026-02-09 21:15:54 Re: jsonb subscripting vs SQL/JSON array accessor semantics (SQL:2023)