Re: Weird quirk with pg_dump of complex types

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Weird quirk with pg_dump of complex types
Date: 2009-02-27 17:10:53
Message-ID: 49A81E9D.9090802@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Josh Berkus 2009-02-27 17:12:03 Re: Weird quirk with pg_dump of complex types
Previous Message Heikki Linnakangas 2009-02-27 16:57:27 Re: BUG #4680: Server crashed if using wrong (mismatch) conversion functions