| From: | Matheus Alcantara <matheusssilv97(at)gmail(dot)com> |
|---|---|
| To: | Marcos Pegoraro <marcos(at)f10(dot)com(dot)br> |
| 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:53:24 |
| Message-ID: | 11522e9c-0784-4699-976a-237403e5d884@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 09/02/26 18:44, Marcos Pegoraro wrote:
>>> 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 ?
Yes
> create schema b like a;
> It's the same as
> create schema b;
> right ?
> Yes too.
Thanks for checking this patch. I'm preparing a reply for your
previous comments.
--
Matheus Alcantara
EDB: https://www.enterprisedb.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2026-02-09 22:14:23 | Re: Changing shared_buffers without restart |
| Previous Message | Marcos Pegoraro | 2026-02-09 21:44:28 | Re: Add CREATE SCHEMA ... LIKE support |