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
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