Hi folks,
I have a question about PMget and the configuration file format.
In the Wiki : http://community.ingres.com/wiki/Ingres_CL_PM
it is said that :
Value String Any number of concatenated "Undelimited Value Strings"
and "Delimited Value Strings." A value string which consists only of
whitespace evaluates to an empty (NULL terminated, zero-length)
string. When two delimited value strings are concatenated on the same
line, they must be separated by one or more whitespace characters.
however, in the config.dat file, the "Delimited Value Strings" seems
separated by comma:
ii.chenz.gcn.check_type: connect,install,class
ii.chenz.privileges.user.administrator:
SERVER_CONTROL,NET_ADMIN,MONITOR,TRUSTED
Which one is right?
Also if u specify Value String with "Delimited Value Strings" such as
"connect,install,class" and when using PMGet to fetch the data , PMGet
will return them as a whole string or separated ones?
Thanks
Chenzhen


|