Re: pg_dump --split patch - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pg_dump --split patch
Date
Msg-id 20121128184648.GC4333@alvh.no-ip.org
Whole thread Raw
In response to Re: pg_dump --split patch  (Marko Tiikkaja <pgmail@joh.to>)
List pgsql-hackers
Marko Tiikkaja wrote:

> On 16/11/2012 15:52, Dimitri Fontaine wrote:
> >
> >What happens if you have a table foo and another table "FoO"?
>
> They would go to the same file.  If you think there are technical
> issues behind that decision (e.g. the dump would not restore), I
> would like to hear an example case.

create table foo (a int, b text);
create type bar as (stuff foo);
create table "FoO" (more bar);


--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: InvokeObjectAccessHook versus DROP INDEX CONCURRENTLY
Next
From: Merlin Moncure
Date:
Subject: Re: json accessors