Re: [DOCS] [HACKERS] "Extension" versus "module"

2011-02-14 Thread Dimitri Fontaine
ly do the CREATE EXTENSION instead, meaning that CREATE LANGUAGE behavior would depend on creating_extension. Sounds like a crock but ensures compatibility. Regards, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support -- Sent via pgsql-docs mailing l

Re: [DOCS] [HACKERS] "Extension" versus "module"

2011-02-14 Thread Dimitri Fontaine
nother problem is that we'd like to speak of > upgrading a module from pre-9.1 to 9.1, and in only one of those two > states is it strictly correct to call it an "extension". But in some > sense it's still the same entity. > > So I'm not sure whether to cha