Re: [PATCHES] Re: PostGIS spatial extensions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Brook Milligan <brook(at)biology(dot)nmsu(dot)edu>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] Re: PostGIS spatial extensions
Date: 2001-08-15 17:53:09
Message-ID: Pine.LNX.4.30.0108151947460.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Brook Milligan writes:

> Doesn't this discussion indicate that the time is fast approaching, if
> not already past, for some type of system for handling installation of
> 3rd party software?

Yes.

> - Definition and implementation of the interface to be provided for
> extensions. Presumably, this would involve defining a well-designed
> set of public header files and associated libraries at the right
> level of granularity.

This is not going to happen. One of the features of the extensibility is
that you can extend pretty much everything.

> - Definition and implementation of a consistent extension management
> system for retrieving, compiling, and installing extensions.

Retrieving and compiling are solved problems. I don't want us to get
involved in creating build tools.

As for installing the extensions into the server, there's clearly some
room for improvement. I was just thinking that we could have a simple
package management system where any number of functions, tables, types,
etc. could belong to a package and then you can remove everything with one
command. I think this is what SQL might mean with modules.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-08-15 18:26:06 Re: Dollar in identifiers
Previous Message Paul Ramsey 2001-08-15 17:13:55 Re: PostGIS spatial extensions

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-15 17:59:49 Re: Re: Proposal for encrypting pg_shadow passwords
Previous Message Paul Ramsey 2001-08-15 17:13:55 Re: PostGIS spatial extensions