Arrange for indexes and toast tables to inherit their ownership from

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f26b91761bd25f9da2f97d818f60ae68588888c2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-26T03:08:15Z
Releases: 8.1.0
Arrange for indexes and toast tables to inherit their ownership from
the parent table, even if the command that creates them is executed by
someone else (such as a superuser or a member of the owning role).
Per gripe from Michael Fuhr.

Files