I have a PostgreSQL table containing some binary data.
I need to get the content of "select content from repository where documentuniqueid='1.3.6.1.4.1.21367.2010.1.2.166.155015116013230039.13086'" as a binary feed.
Is there a way to do this?
Thank you.
psql, but most programming languages will let you get binary data from blobs. It depends on the programming language. Which one are you using?