Re: table dependencies - Mailing list pgsql-general

From Melvin Davidson
Subject Re: table dependencies
Date
Msg-id CANu8Fiy2LXV7Fjc+9RjiVqJRemq0b-tuvgzHML1BKVYyDCSnHw@mail.gmail.com
Whole thread Raw
In response to Re: table dependencies  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
Responses Re: table dependencies
List pgsql-general
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@archidevsys.co.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@postgresql.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.

Attachment

pgsql-general by date:

Previous
From: Giovanni Maruzzelli
Date:
Subject: Re: BDR global sequences in two machine failover
Next
From: Melvin Davidson
Date:
Subject: Re: Partitioning and constraint exclusion