Inherit View
Clark C. Evans <clark.evans@manhattanproject.com>
From: Clark Evans <clark.evans@manhattanproject.com>
To: PostgreSQL-development <hackers@postgreSQL.org>
Date: 1999-02-27T00:08:06Z
Lists: pgsql-hackers
I was trying to 'rename' a column during an inherit. Since I could not find a way to do this, I renamed the column in a view, and then I inherited from the view. Anyway, I think being able to inherit a view is a bug, besides confusing the backend ... *evil grin* Clark