Re: modules

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Magnus Hagander <magnus(at)hagander(dot)net>, Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: modules
Date: 2008-04-03 00:15:49
Message-ID: 47F421B5.90400@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Ron Mayer wrote:
> Andrew Dunstan wrote:
>> Tom Lane wrote:
>>> as having better system support for packages or modules or whatever
>>> you want to call them; and maybe we also need some marketing-type....
>>
>> ...re-raise the question of getting rid of contrib...
>> "The PostgreSQL Standard Modules".
>
> While renaming, could we go one step further and come up with a
> clear definition of what it takes for something to qualify as
> a module? In particular I think standardizing the installation
> would go a long way to letting packagers automate the installation
> of modules from pgfoundry.
>
> I think it'd be especially cool if one could one-day have a command
>
> pg_install_module [modulename] -d [databasename]
>
> and it would magically get (or verify that it had) the latest
> version from pgfoundry; compile it (if needed) and install it
> in the specified database.
>
> The closest analogy to what I'm thinking is the perl CPAN or ruby gems.
>

Yes, and the CPAN analogy that has been in several minds, but it only
goes so far. Perl and Ruby are languages - Postgres is a very different
animal.

We do in fact have some support for building / installing some modules
in a standard way. It's called pgxs and it is used by quite a number of
existing modules.

One thing that might be worth looking at is an install command at the
SQL level, so the "INSTALL foo" would run the install script for the foo
module in the current database, assuming it's in the standard location.

We don't have a central repository of non-standard modules, like CPAN,
and so of course no facility for fetching / building / installing them.

Not all modules fit a single pattern, either. There are addon languages,
types, and function libraries, as we all as utilities that are not
installed in the database at all.

Finally, setting up modules so they can be built for Windows, especially
using MSVC, will probably be quite a challenge.

So if someone wants to make a start on any of this I'm sure we would all
listen up.

cheers

andrew

In response to

  • modules at 2008-04-02 23:41:16 from Ron Mayer

Responses

  • Re: modules at 2008-04-03 00:42:08 from Ron Mayer
  • Re: modules at 2008-04-03 00:55:52 from D'Arcy J.M. Cain
  • Re: modules at 2008-04-03 07:12:58 from Magnus Hagander
  • Re: modules at 2008-04-03 11:33:42 from Zeugswetter Andreas OSB SD

Browse pgsql-general by date

  From Date Subject
Next Message Greg Sabino Mullane 2008-04-03 00:22:30 Re: Proper Way to Disable Triggers
Previous Message Terry Lee Tucker 2008-04-02 23:47:51 Proper Way to Disable Triggers

Browse pgsql-hackers by date

  From Date Subject
Next Message sanjay sharma 2008-04-03 00:21:42 Re: column level privileges
Previous Message Bruce Momjian 2008-04-02 23:55:23 Re: Proposal: new ereport option "errdetail_log"