custom_variable_classes module names

Started by Dimitri Fontainealmost 17 years ago2 messagesbugs
Jump to latest
#1Dimitri Fontaine
dimitri@2ndQuadrant.fr

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dimitri Fontaine (#1)
Re: custom_variable_classes module names

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