Tom Lane wrote:
> Bruce Momjian <br...@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  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to