diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-05-11 17:57:14 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-05-11 17:57:14 +0000 |
commit | bc8036fc666a8f846b1d4b2f935af7edd90eb5aa (patch) | |
tree | 7915d1a5cce3d9b5acdff19d8f12382ad5299485 /src/backend/commands/functioncmds.c | |
parent | b1110aaa8bc7da6f7ebdc12fb550ed378b72ef6e (diff) | |
download | postgresql-bc8036fc666a8f846b1d4b2f935af7edd90eb5aa.tar.gz postgresql-bc8036fc666a8f846b1d4b2f935af7edd90eb5aa.zip |
Support arrays of composite types, including the rowtypes of regular tables
and views (but not system catalogs, nor sequences or toast tables). Get rid
of the hardwired convention that a type's array type is named exactly "_type",
instead using a new column pg_type.typarray to provide the linkage. (It still
will be named "_type", though, except in odd corner cases such as
maximum-length type names.)
Along the way, make tracking of owner and schema dependencies for types more
uniform: a type directly created by the user has these dependencies, while a
table rowtype or auto-generated array type does not have them, but depends on
its parent object instead.
David Fetter, Andrew Dunstan, Tom Lane
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions