Understood, thanks.
Our use case is that we want to copy the indexes from the parent table as
well, so we have to use (like ... including indexes).
On Thu, Oct 4, 2012 at 7:38 AM, Tom Lane wrote:
> bryan.l...@iovation.com writes:
> > After creating a table using LIKE and INHERITS, if you drop a
bryan.l...@iovation.com writes:
> After creating a table using LIKE and INHERITS, if you drop a column from
> the parent table that existed prior to creation of the child table, the
> column will not be dropped from the child table.
This is not a bug. LIKE says the column isn't inherited, so it e
The following bug has been logged on the website:
Bug reference: 7583
Logged by: Bryan Love
Email address: bryan.l...@iovation.com
PostgreSQL version: 9.2.1
Operating system: Centos 6
Description:
After creating a table using LIKE and INHERITS, if you drop a column fr