Re: array_agg for 8.3

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: array_agg for 8.3
Дата
Msg-id 1232392957.9065.9.camel@dell.linuxdev.us.dell.com
обсуждение исходный текст
Ответ на Re: array_agg for 8.3  (Faheem Mitha <faheem@email.unc.edu>)
Список pgsql-general
On Mon, 2009-01-19 at 14:09 -0500, Faheem Mitha wrote:
> Yes, I have pg superuser privileges. I *think* this is the same as having
> sudo rights for postgres, right? Are you suggesting adding another entry
> to the library path, or whatever this is called? Like ~/.postgresql/ or
> something like that?

If you have sudo rights for postgres, that should be fine. All you need
to do is "make" in the module, and it will produce a file array_agg.so.
Copy the .so file to someplace (wherever makes the most sense for you),
and then change all the paths in the .sql file to point to that .so
file. Then run the .sql file as the postgresql superuser.

Regards,
    Jeff Davis


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

Предыдущее
От: Reg Me Please
Дата:
Сообщение: CREATE parametric partial INDEX within a function body
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: left join with smaller table or index on (XXX is not null) to avoid upsert