Обсуждение: custom_variable_classes module names

Поиск
Список
Период
Сортировка

custom_variable_classes module names

От
Dimitri Fontaine
Дата:
Hi,

While preparing a module which should make its way to pgfoundry CVS soon
(BSD licenced), I stumbled accross a naming problem when using
custom_variable_classes.

It'll actively refuse the name if it contains an underscore (_):
 ERROR:  unrecognized configuration parameter "pre_prepare.relation"

I've resigned to be using the name preprepare.relation, but maybe you'd
agree with me that's a bug (documentation doesn't refer to this
limitation, but I wouldn't consider this a doc related bug).

Regards,
--
dim

Re: custom_variable_classes module names

От
Tom Lane
Дата:
Dimitri Fontaine <dfontaine@hi-media.com> writes:
> It'll actively refuse the name if it contains an underscore (_):
>  ERROR:  unrecognized configuration parameter "pre_prepare.relation"

This is fixed for 8.4.

            regards, tom lane