Rename the internal structures of the CREATE TABLE (LIKE ...) facility

Peter Eisentraut <peter_e@gmx.net>

Commit: db49517c62750322fb2a37ff6324ecc00965e641
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-01-07T21:02:33Z
Releases: 9.2.0
Rename the internal structures of the CREATE TABLE (LIKE ...) facility

The original implementation of this interpreted it as a kind of
"inheritance" facility and named all the internal structures
accordingly.  This turned out to be very confusing, because it has
nothing to do with the INHERITS feature.  So rename all the internal
parser infrastructure, update the comments, adjust the error messages,
and split up the regression tests.

Files