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

From Jeff Davis
Subject Re: Weird quirk with pg_dump of complex types
Date
Msg-id 1235717624.5294.29.camel@jdavis
Whole thread Raw
In response to Re: Weird quirk with pg_dump of complex types  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Weird quirk with pg_dump of complex types  (Josh Berkus <josh@agliodbs.com>)
List pgsql-bugs
On Fri, 2009-02-27 at 01:24 -0500, Tom Lane wrote:
> Are you entirely sure that they don't?

Oh, you're right, of course:

postgres=# create type public.mytype as (i int);
CREATE TYPE
postgres=# create type public.mytype2 as (j mytype);
CREATE TYPE

-- pg_dump output:
CREATE TYPE mytype2 AS (
        j mytype
);

Regards,
    Jeff Davis

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Weird quirk with pg_dump of complex types
Next
From: "Harald Armin Massa"
Date:
Subject: BUG #4678: codepage UTF8 crashes psql