Re: what's inherited
On Tue, 2022-10-18 at 16:41 -0500, Ted Toth wrote: > When I create a table that inherits from another table what all is > inherited i.e. ownership, security policy, ...? None of that, only the column definitione. Yours, Laurenz Albe
what's inherited
When I create a table that inherits from another table what all is inherited i.e. ownership, security policy, ...? Ted