Re: pg_depend explained

From: Joel Jacobson <joel(at)gluefinance(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Florian Pflug <fgp(at)phlo(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_depend explained
Date: 2011-01-14 08:39:37
Message-ID: AANLkTikQXCBfROnJxECZbLk3EmfayTtQyZPd_JJJOKNv@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2011/1/12 Alvaro Herrera <alvherre(at)commandprompt(dot)com>:
> I think this code should live in the Wiki somewhere:
> http://wiki.postgresql.org/wiki/Snippets

This file contains only the relevant remapping of pg_depend, folding
the internal linkages properly:

https://github.com/gluefinance/pov/blob/master/sql/schema/pov/views/pg_depend_remapped.sql

It can be tested stand-alone and does not require any other components
from the pov project.

Can I create a wiki snippet myself or do I need some kind of admin access?

--
Best regards,

Joel Jacobson
Glue Finance

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-14 09:16:42 Re: pg_depend explained
Previous Message Jeff Davis 2011-01-14 08:27:04 Re: WIP: RangeTypes