Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

accessing fields of returned record object

$
0
0

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.


Viewing all articles
Browse latest Browse all 1138

Trending Articles