Re: Weird quirk with pg_dump of complex types

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Weird quirk with pg_dump of complex types
Дата
Msg-id 1235717624.5294.29.camel@jdavis
обсуждение исходный текст
Ответ на Re: Weird quirk with pg_dump of complex types  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Weird quirk with pg_dump of complex types
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Weird quirk with pg_dump of complex types
Следующее
От: "Harald Armin Massa"
Дата:
Сообщение: BUG #4678: codepage UTF8 crashes psql