Tom Lane wrote:
Josh Berkus <j...@agliodbs.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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to