Re: Variadic polymorpic functions

Поиск
Список
Период
Сортировка
От Vincenzo Romano
Тема Re: Variadic polymorpic functions
Дата
Msg-id 3eff28921001242350w76875d86sf507c22fa3a6dd6e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Variadic polymorpic functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Variadic polymorpic functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
2010/1/25 Pavel Stehule <pavel.stehule@gmail.com>:
> 2010/1/25 Vincenzo Romano <vincenzo.romano@notorand.it>:
>> 2010/1/23 Pavel Stehule <pavel.stehule@gmail.com>:
>>> 2010/1/22 Vincenzo Romano <vincenzo.romano@notorand.it>:
>>>> 2010/1/22 Tom Lane <tgl@sss.pgh.pa.us>:
>>>>> Vincenzo Romano <vincenzo.romano@notorand.it> writes:
>>>>>> 2010/1/22 Tom Lane <tgl@sss.pgh.pa.us>:
>>>>>>> regression=# CREATE FUNCTION q( fmt text, variadic args "any" )
>>>>>
>>>>>> And this would allow for a stdarg-like argument list?
>>>>>
>>>>> Yeah, it should work, given suitable C code.
>>>>
>>>> Great!
>>>>
>>>
>>> I wrote this function year ago.
>>>
>>> look on content
>>>
>>> http://pgfoundry.org/projects/pstcollection/
>>
>> Pavel,
>> that format() function should be included into official contribs.
>> What about HOWTO compile?
>
> There are not consensus about final semantic - some people prefer
> sprintf like, some others PostgreSQL RAISE NOTICE like. so I'll keep
> it outside. I looking on source of pstcollection - missing
> documentation, missing regress test. I never rebuild it outside
> PostgreSQL source tree - so it could be problem. Now: copy src to
> contrib directory, make, make install - like standard contrib module.
>
> If you would to add some doc or notes, please, add it.

I figured that out (from the Makefile)
USE_PGXS=1 make install


--
Vincenzo Romano
NotOrAnd Information Technologies
NON QVIETIS MARIBVS NAVTA PERITVS

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Variadic polymorpic functions
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Variadic polymorpic functions