Re: latest hstore patch - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: latest hstore patch
Date
Msg-id 200910021520.n92FKZq17719@momjian.us
Whole thread Raw
In response to Re: latest hstore patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: latest hstore patch
Re: latest hstore patch
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > Are there any pg_migrator affects in this patch?  We had discussed this
> > issue in the past with this patch.
> 
> The code is upward compatible with the old on-disk format, so that
> end of things is fine.
> 
> There's still the issue of how to get the improved module definition
> (new functions etc) into a migrated database.  That's not specific
> to hstore in any way though, it would affect any contrib module that
> had added stuff in a new release.

Most modules just install functions, which are easily
uninstalled/reinstalled.  A data type like hstore is more complicated
assuming it is the data type that is changing and not the support
functions.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: latest hstore patch
Next
From: "David E. Wheeler"
Date:
Subject: Re: CREATE OR REPLACE FUNCTION vs ownership