Excerpts from Joel Jacobson's message of mié ene 12 16:06:24 -0300 2011:
> The query below can both produce a DOT-format graph and a tsort of the
> creatable order of objects:
>
> WITH
> NewObjectOids AS (
> SELECT * FROM pg_depend WHERE deptype <> 'p'
> EXCEPT
> SELECT * FROM pg_depend_before
> ),
I think this code should live in the Wiki somewhere:
http://wiki.postgresql.org/wiki/Snippets
--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
In response to
Responses
pgsql-hackers by date
| Next: | From: David Fetter | Date: 2011-01-12 19:27:46 |
| Subject: Re: arrays as pl/perl input arguments [PATCH] |
| Previous: | From: David E. Wheeler | Date: 2011-01-12 19:27:05 |
| Subject: Re: arrays as pl/perl input arguments [PATCH] |