[GENERAL] feature request and scripting question

2000-11-07 Thread Neil Davis
Hello, Has anyone considered enabling truly globally unique identifiers (outside of the data tree)? This could be done by concatenating the MAC Address(or decimal equivalent) of Eth0 to generated OID's. Since the MAC is unique in the world (we would hope), and the OID is unique within the se

[GENERAL] SELECT and server side functions

2000-10-27 Thread Neil Davis
Hello,   I am trying to figure out how to return more than one field using "SETOF".   I can concatenate the fields in the select statement down to one and use SETOF Text to return them, then split them back apart in my code. This is a bit kludgy though. I would rather do this the most cor