Re: pg_dump --split patch

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_dump --split patch
Дата
Msg-id 20121128184648.GC4333@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pg_dump --split patch  (Marko Tiikkaja <pgmail@joh.to>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: InvokeObjectAccessHook versus DROP INDEX CONCURRENTLY
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: json accessors