I\'m trying to alter a bytea column to have type oid and still retain the values.
bytea
oid
I have tried using queries like:
ALTER TA
To solve the problem, I successfully used blob_write procedure from Grace Batumbya's Blog: http://gbatumbya.wordpress.com/2011/06/.