Re: Crash in pgCrypto?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Marko Kreen <markokr(at)gmail(dot)com>
Cc: Mario Weilguni <mweilguni(at)sime(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Crash in pgCrypto?
Date: 2008-06-16 12:13:20
Message-ID: 485658E0.6030207@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Marko Kreen wrote:
>
> Good question... Seems the proper support for modules will not
> leave todo-list any time soon.
>
> Only way that works now is to add any module .sql to template0, so
> they would not be dumped out. So you are forced to recreate them
> properly on newer version. (By adding them to template0 again.)
>
>

Module install/uninstall is being worked on. In fact this case shows
that it's something we really need, rather than just something that
would be nice to have, IMNSHO.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2008-06-16 12:15:27 Re: Crash in pgCrypto?
Previous Message Marko Kreen 2008-06-16 12:12:30 Re: Crash in pgCrypto?