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

Поиск
Список
Период
Сортировка
От Joshua Yanovski
Тема Re: BUG #13776: Views with nested composite attributes can break pg_dump
Дата
Msg-id CABz-M-FH-pR4J3_mKVPeF+HaWycKELzE1-ijd97_95HXUZPhjA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #13776: Views with nested composite attributes can break pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I actually found another place that it also affects (RowCompareExpr)
but that should be a two-line fix with the new function.

On Sun, Nov 15, 2015 at 11:42 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 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



--
Josh

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13776: Views with nested composite attributes can break pg_dump
Следующее
От: Haribabu Kommi
Дата:
Сообщение: Re: BUG #13741: vacuumdb does not accept valid password