Re: [BUGS] BUG #4291: Inheritance fails on column suppression

2008-07-11 Thread [EMAIL PROTECTED]
: Tom Lane <[EMAIL PROTECTED]> To : "Duprez" <[EMAIL PROTECTED]> Cc : pgsql-bugs@postgresql.org Date : Thu, 10 Jul 2008 10:34:19 -0400 Subject : Re: [BUGS] BUG #4291: Inheritance fails on column suppression "Duprez" <[EMAIL PROTECTED]>

Re: [BUGS] BUG #4291: Inheritance fails on column suppression

2008-07-10 Thread Tom Lane
"Duprez" <[EMAIL PROTECTED]> writes: > Then, I remove th inheritance link by performing an ALTER command : > ALTER TABLE test2.point NO INHERIT test1.point; > And then, I restablish the inheritance : > ALTER TABLE test2.point INHERIT test1.point; > The problem is that, if now I drop a column from t

[BUGS] BUG #4291: Inheritance fails on column suppression

2008-07-10 Thread Duprez
The following bug has been logged online: Bug reference: 4291 Logged by: Duprez Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Windows XP Description:Inheritance fails on column suppression Details: Hello, I use Postgresql on Windows X