| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: unaccent module - two params function should be immutable |
| Date: | 2013-10-08 16:52:47 |
| Message-ID: | CAFj8pRCbjeKXBSCGf08ztzTSbM63tq0c-yyyVt3umsntT3VK8Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
2013/10/8 Bruce Momjian <bruce(at)momjian(dot)us>
> On Tue, Oct 8, 2013 at 06:38:30PM +0200, Pavel Stehule wrote:
> > I am not sure - does pg_upgrade change of flag after upgrade without
> increasing
> > version number?
>
> What happens in pg_upgrade is that the CREATE EXTENSION command is
> pg_dump'ed, and run by pg_uprade, and it then pulls from the SQL file to
> create the new function signature.
>
ok, then it is ok
>
> --
> Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
> EnterpriseDB http://enterprisedb.com
>
> + Everyone has their own god. +
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marc Cousin | 2013-10-08 17:12:49 | Re: segfault with contrib lo |
| Previous Message | Andrew Dunstan | 2013-10-08 16:47:14 | Re: Patch: FORCE_NULL option for copy COPY in CSV mode |