pg_type has a typnamespace column; system now supports creating types
Tom Lane <tgl@sss.pgh.pa.us>
pg_type has a typnamespace column; system now supports creating types in different namespaces. Also, cleanup work on relation namespace support: drop, alter, rename commands work for tables in non-default namespaces.