postgresql - pgAdmin III: How to view a blob? -
postgresql - pgAdmin III: How to view a blob? -
i understand postgresql writes blob content separate table, there way view blob contents in easy , convenient way within pgadmin?
i not sure mean "easy , convenient" best can lo_read(...)
this presents lob
bytea
.
this easy , convenient in sense of getting info out pgadmin won't convert escaped string original binary left looking @ textual representation of binary, not "easy , convenient" if want show image contained in lob when in png format or anything.
postgresql pgadmin
Comments
Post a Comment