Extensions

From: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
To: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Extensions
Date: 2010-11-15 15:44:29
Message-ID: 87r5empp5u.fsf@hi-media-techno.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I've been trying to summarise the last month of work into a single wiki
page, to ease approaching the review of this now quite large patch. It
touches lots of things but the design and goal are simple enough to fit
in my mind, that should be no problem for you guys here :)

http://wiki.postgresql.org/wiki/Extensions

Oh, don't forget about the git repository, that's the easiest way to get
at the code and try it. The branches, their content and dependencies are
detailed in the wiki page, and here they are too, as a kick start.

http://git.postgresql.org/gitweb?p=postgresql-extension.git;a=summary

cfparser \
} extension \
pg_execute_from_file() / } alter_extension
/
set_schema /

The extension patch has been only produced with the cfparser and
pg_execute_from_file() bits, to ease testing. The set schema has been
produced separately and is independent, the alter_extension patch is
an incremental patch atop both the extension and the set_schema patch,
to ease discussion of APIs.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marti Raudsepp 2010-11-15 15:54:48 Re: unlogged tables
Previous Message Alvaro Herrera 2010-11-15 15:44:22 Re: SSI update