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

From Jim Jones
Subject Re: Add CREATE SCHEMA ... LIKE support
Date
Msg-id e32932e5-0710-4ef6-819f-e14c671890a8@uni-muenster.de
Whole thread Raw
In response to Re: Add CREATE SCHEMA ... LIKE support  (Matheus Alcantara <matheusssilv97@gmail.com>)
List pgsql-hackers

On 06/02/2026 16:52, Matheus Alcantara wrote:
> The idea of INCLUDING and EXCLUDING is to specify objects that should
> be included/excluded, e.g INCLUDING ALL EXCLUDING INDEX EXCLUDING VIEW
> 
> It seems to me that LIMIT TO and EXCEPT is more related to specify
> which objects you want to include/exclude e.g "EXCEPT users" (where
> users is a table)

Oh, I see it now. It means including/excluding all tables, not specific
ones. In that case I also agree that LIMIT TO and EXCEPT are not the
best fit here :)

Best, Jim



pgsql-hackers by date:

Previous
From: Matheus Alcantara
Date:
Subject: Re: Add CREATE SCHEMA ... LIKE support
Next
From: Nathan Bossart
Date:
Subject: Re: refactor architecture-specific popcount code