Re: Weird quirk with pg_dump of complex types - Mailing list pgsql-bugs

From Josh Berkus
Subject Re: Weird quirk with pg_dump of complex types
Date
Msg-id 49A81E9D.9090802@agliodbs.com
Whole thread Raw
In response to Re: Weird quirk with pg_dump of complex types  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom Lane wrote:
> Josh Berkus <josh@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

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #4680: Server crashed if using wrong (mismatch) conversion functions
Next
From: Josh Berkus
Date:
Subject: Re: Weird quirk with pg_dump of complex types