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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pythonesque(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13776: Views with nested composite attributes can break pg_dump
Date: 2015-11-15 19:42:33
Message-ID: 6249.1447616553@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pythonesque(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joshua Yanovski 2015-11-15 19:57:43 Re: BUG #13776: Views with nested composite attributes can break pg_dump
Previous Message gtm 2015-11-15 18:02:58 installation of PostgreSQL 9.5 and 9.4 on Windows 32bit