Re: table dependencies

From: "FarjadFarid\(ChkNet\)" <farjad(dot)farid(at)checknetworks(dot)com>
To: "'Melvin Davidson'" <melvin6925(at)gmail(dot)com>, "'Gavin Flower'" <GavinFlower(at)archidevsys(dot)co(dot)nz>
Cc: <rod(at)iol(dot)ie>, "'pgsql-general'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: table dependencies
Date: 2015-09-07 14:14:45
Message-ID: 004c01d0e977$8c3de130$a4b9a390$@checknetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks Melvin. Much appreciate it.

From: Melvin Davidson [mailto:melvin6925(at)gmail(dot)com]
Sent: 07 September 2015 14:38
To: Gavin Flower
Cc: rod(at)iol(dot)ie; FarjadFarid(ChkNet); pgsql-general
Subject: Re: [GENERAL] table dependencies

All,
fwiw, I once wrote a plpgsql function to assist in generating slony set adds.

It grabs all the tables in pg_class and sorts them by foreign key count.

You can pull the main query logic from it and modify to suit your needs.

I've attached for your convenience.

On Mon, Sep 7, 2015 at 6:27 AM, Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz> wrote:

On 07/09/15 19:44, Raymond O'Donnell wrote:

On 06/09/2015 22:59, FarjadFarid(ChkNet) wrote:

No worries.

I found a way.

Would you share it, for the archives?

Ray.

I think I can do it relatively simply, in a reasonable general fashion.

if it is of real interest let me know, and I'll see if I can find time to try and implement it.

Cheers,
Gavin

--
Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

--

Melvin Davidson
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you. <http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys2/01.gif>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2015-09-07 20:48:03 Re: Partitioning and constraint exclusion
Previous Message Melvin Davidson 2015-09-07 13:42:35 Re: Partitioning and constraint exclusion