I need to use a function which exists on another database and was able to figure out how to access it via dblink. The function returns the name of an encryption algorithm and the key used for it, as text.
I need to use the name and key to decrypt the data but am uncertain of how to access the record.
Any advice would be appreciated.