I have this very basic question but reason is I have not worked before with storing image datatype. I tried to search net but somehow not find an answer.
My question is "What will be output of a select query containing a bytea column in pgAdmin"?
I am working on a form to load image into Postgres table. The code works fine & shows record inserted. When I fetch the table data in pgAdmin, it shows [binary data]
in bytea field. No string or binary data itself or address for example.
This is output of length(image_column):
What does this mean? Is there binary data in the field? How to view/know it if it's there.