Re: Inheritance problem when restoring db

From: "Sebastjan Trepca" <trepca(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Inheritance problem when restoring db
Date: 2007-10-30 07:44:57
Message-ID: cd329af80710300044s780abfddpd2ae16cab4b9413e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Great, super thanks!

Sebastjan

On 10/29/07, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I wrote:
> > "Sebastjan Trepca" <trepca(at)gmail(dot)com> writes:
> >> This is how to reproduce this issue:
> >> ...
> >> inh_test=# alter table capitals inherit cities;
>
> > Fascinating. pg_dump is almost smart enough to get this right, ...
>
> I've fixed this --- if you need a patch right away, see here:
> http://archives.postgresql.org/pgsql-committers/2007-10/msg00448.php
>
> regards, tom lane
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2007-10-30 07:49:30 Re: Data cube in PostgreSQL
Previous Message Richard Huxton 2007-10-30 07:41:09 Re: Which index can i use ?