Re: CREATE FUNCTION

Поиск
Список
Период
Сортировка
От Gregory Seidman
Тема Re: CREATE FUNCTION
Дата
Msg-id 20020808002842.GA10756@cs.brown.edu
обсуждение исходный текст
Ответ на Re: CREATE FUNCTION  (Neil Conway <nconway@klamath.dyndns.org>)
Ответы Re: CREATE FUNCTION  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Neil Conway sez:
} "Carmen Wai" <wai_carmen@hotmail.com> writes:
} > I found that when I use CREATE FUNCTION in postgresql, the maximum
} > number of arguments is 16 only. How I config so that the CREATE
} > FUNCTION allows unlimited number of arguments?
}
} Change FUNC_MAX_ARGS in src/include/pg_config.h, 'make clean',
} recompile, re-install, and re-initdb.

Is the initdb really necessary? Will the modified postmaster not work on
the existing data directory?

} Cheers,
} Neil
--Greg


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

Предыдущее
От: "Glen Parker"
Дата:
Сообщение: Create index ... On ... (lower(field1), lower(field2)) doesn't work?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: datetime function