Re: pg_depend explained - Mailing list pgsql-hackers

From Joel Jacobson
Subject Re: pg_depend explained
Date
Msg-id AANLkTikQXCBfROnJxECZbLk3EmfayTtQyZPd_JJJOKNv@mail.gmail.com
Whole thread Raw
In response to Re: pg_depend explained  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: pg_depend explained  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
2011/1/12 Alvaro Herrera <alvherre@commandprompt.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


pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: WIP: RangeTypes
Next
From: Magnus Hagander
Date:
Subject: Re: pg_depend explained