Re: pg_class.relnamespace NOT IN pg_namespace.oid

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ireneusz Pluta <ipluta(at)wp(dot)pl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_class.relnamespace NOT IN pg_namespace.oid
Date: 2012-02-28 17:58:02
Message-ID: 8081.1330451882@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ireneusz Pluta <ipluta(at)wp(dot)pl> writes:
> Could you help me find what is the particular order of cascaded table drops? Is it the exact same
> order as indicated in the list following the NOTICE: drop cascades to
> xx other objects?

I think the actual deletions happen in the opposite order, but the
notices do reflect the search order.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jameison Martin 2012-02-28 18:22:14 Re: synchronous replication: blocking commit on the master
Previous Message Adrian Klaver 2012-02-28 17:52:04 Re: Having a problem with RoR-3.1.1 and Pg-9.1