pg_contrib default schema

From: "Thomas Sondag" <thomas(dot)sondag(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_contrib default schema
Date: 2006-04-11 14:03:18
Message-ID: 2354aa530604110703l7eb0e0d4w29907c3f8991cc9b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi pg Hackers,

First I using PostgreSQL for four year now, and I would like to thank you
all for your work :)

I'm currently doing a study about the Open Source database.

So I'm testing some of the contrib modules like dblink, tsearch, admin81 and
I was using postgis a lot in a previous life.
All that module add internal fonctions to the database, some in pg_catalog
(and I personaly don't like to mix Internal fonction and contrib) others in
pg_default.

Do you think it's possible to create a default schema called pg_contrib, and
write a "contrib modules coding rules document" to put all functions / types
... in pg_contrib (to tidy a little all that things) ?

Thomas

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Tille 2006-04-11 14:43:33 Suboptimal evaluation of CASE expressions
Previous Message Dave Cramer 2006-04-11 12:48:34 Re: using eclipse to compiler and debug the source code