Convert a bytea column to OID while retaining values

前端 未结 5 978
情话喂你
情话喂你 2021-01-18 16:20

I\'m trying to alter a bytea column to have type oid and still retain the values.

I have tried using queries like:

ALTER TA         


        
5条回答
  •  Happy的楠姐
    2021-01-18 16:54

    To solve the problem, I successfully used blob_write procedure from Grace Batumbya's Blog: http://gbatumbya.wordpress.com/2011/06/.

提交回复
热议问题