Re: BUG #13776: Views with nested composite attributes can break pg_dump - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #13776: Views with nested composite attributes can break pg_dump
Date
Msg-id 6249.1447616553@sss.pgh.pa.us
Whole thread Raw
In response to BUG #13776: Views with nested composite attributes can break pg_dump  (pythonesque@gmail.com)
Responses Re: BUG #13776: Views with nested composite attributes can break pg_dump  (Joshua Yanovski <pythonesque@gmail.com>)
List 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 by date:

Previous
From: gtm
Date:
Subject: installation of PostgreSQL 9.5 and 9.4 on Windows 32bit
Next
From: Joshua Yanovski
Date:
Subject: Re: BUG #13776: Views with nested composite attributes can break pg_dump