Re: BUG #13776: Views with nested composite attributes can break pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #13776: Views with nested composite attributes can break pg_dump
Дата
Msg-id 6249.1447616553@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #13776: Views with nested composite attributes can break pg_dump  (pythonesque@gmail.com)
Ответы Re: BUG #13776: Views with nested composite attributes can break pg_dump
Список pgsql-bugs
pythonesque@gmail.com writes:
> # CREATE TABLE foo ();
> # CREATE TYPE bar AS (x foo);
> # CREATE VIEW baz AS SELECT ROW(foo)::bar FROM foo;
> # \d+ baz
> View definition:
>  SELECT ROW(foo.*)::bar AS "row"
>    FROM foo;

Fixed, thanks for the report!

            regards, tom lane

В списке pgsql-bugs по дате отправления: