Re: transforms - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: transforms
Date
Msg-id 513E0C86.4070304@agliodbs.com
Whole thread Raw
In response to Re: transforms  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: transforms  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On 03/11/2013 09:50 AM, Andres Freund wrote:
> DO LANGUAGE plperlu $$$$;
> SELECT NULL::hstore;

Aha, so that's what you meant!

Yeah, it works if I reference both extensions before the CREATE EXTENSION.

In that case, seems like that could be added to the extension SQL, no?

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: transforms
Next
From: Andrew Dunstan
Date:
Subject: Re: Materialized View patch broke pg_dump