Re: Attention PL authors: want to be listed in template table? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Attention PL authors: want to be listed in template table?
Date
Msg-id 200509072104.29210.peter_e@gmx.net
Whole thread Raw
In response to Attention PL authors: want to be listed in template table?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Barring further changes, we'll have a hard-wired template list for
> 8.1 and a real system catalog in 8.2.  So there's a choice now for
> PLs that are not part of the core distribution: do you want to be
> listed in the hard-wired template?

Another note: PLs that are not in the core distribution are not created 
with createlang in the first place, so the issues that led up to this 
proposal don't apply AFAICT, that is:

- "pg_dump dumps them at a pretty low semantic level" --> pg_dump dumps 
them at exactly the level they were created at.

- "problem with adding a validator" --> An update of PostgreSQL does not 
change the properties of external modules

- "issues with hardwired paths to the shared libraries" --> This is an 
issue with all loadable modules and needs a more general solution.  
Basically, on a major version upgrade, we need to make the user 
recompile all shared libraries.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: PostgreSQL from source using MinGW
Next
From: Andrew Dunstan
Date:
Subject: Re: PostgreSQL from source using MinGW