Tom Lane wrote:
> Josh Berkus <josh(at)agliodbs(dot)com> writes:
>> When doing pg_dump in text mode, complext types will be dumped like this:
>
>> CREATE TYPE complex_foo (
>> var INT,
>> gar TEXT,
>> natch public.foo_type
>> );
>
> You didn't say which schema "complex_foo" is in?
Public.
--Josh