Re: Extension Templates S03E11 - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Extension Templates S03E11
Date
Msg-id 1385848310.7500.307.camel@jdavis
Whole thread Raw
In response to Re: Extension Templates S03E11  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Responses Re: Extension Templates S03E11
List pgsql-hackers
On Wed, 2013-11-27 at 18:34 +0100, Dimitri Fontaine wrote:
> I merged your patch in, rebased against master, fixed some more typos I
> found, and filled in the gaps you found in the docs. Version 17 of the
> patch is attached to that email, passes `make check`.

A couple more questions:

1. During the initial development of extensions, there was discussion
about ordered version numbers and dependencies on the version (e.g.
requires foo >= 2.1). Outside the scope of this patch, of course, but is
that something that we can still do later? Or are we building
infrastructure that will make that nearly impossible in a release or
two?

2. People will want to start using this feature to control and version
their schema. Do you have comments about that? Should we eventually try
to get extensions to support that use case (if they don't already), or
should that be a completely different feature?

Regards,Jeff Davis





pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Extension Templates S03E11
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] pg_upgrade ?deficiency