Re: transforms

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: transforms
Дата
Msg-id 20130311171109.GB654@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: transforms  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: transforms  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On 2013-03-11 09:55:34 -0700, Josh Berkus wrote:
> 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?

If we don't find a better solution, yes. Why don't we lookup type
input/ouput function for parameters and return type during CREATE
FUNCTION? That should solve the issue in a neater way?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgres_fdw vs data formatting GUCs (was Re: [v9.3] writable foreign tables)
Следующее
От: Tom Lane
Дата:
Сообщение: matview patch readability/correctness gripe