Re: 7.4 -> 7.4.1 upgrade with customization on freebsd

Поиск
Список
Период
Сортировка
От
Тема Re: 7.4 -> 7.4.1 upgrade with customization on freebsd
Дата
Msg-id 20040119221501.6013DD1B447@svr1.postgresql.org
обсуждение исходный текст
Ответ на 7.4 -> 7.4.1 upgrade with customization on freebsd  (<bill.postgresql-users@mcmilleon.com>)
Ответы Re: 7.4 -> 7.4.1 upgrade with customization on freebsd  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Список pgsql-general
> On Fri, 16 Jan 2004 bill.postgresql-users@mcmilleon.com wrote:

[snip]

> > 1) having now done some development in 7.4, I've decided I need to be
> able to exceed the default limit of 16 arguments for plpgsql functions
>
> Then you will have to recompile the server, as well as dump / initdb /
> restore it.

Where can I go to get guidance on exactly how to do this.  It would be ideal
to be able to simply change my typical ports command of:

    make && make install

...into...

    make --max-args-option=32 && make install

but I doubt it will be that simple.  And, at this point, I have no idea what
that make option would be.  I'd like to try building this from ports if at
all possible.  I could fall back to download source and run ./configure,
etc. but prefer not to.

Thanks everyone for your help so far.

Bill McMilleon




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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: [pgsql-advocacy] New PostgreSQL search resource
Следующее
От: Rich Hall
Дата:
Сообщение: Re: Tool to ease development of plpgsql