| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: latest hstore patch |
| Date: | 2009-10-02 15:20:35 |
| Message-ID: | 200910021520.n92FKZq17719@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David E. Wheeler | 2009-10-02 15:35:50 | Re: CREATE OR REPLACE FUNCTION vs ownership |
| Previous Message | Tom Lane | 2009-10-02 15:19:11 | Re: latest hstore patch |