ghe Posted November 21, 2007 Share Posted November 21, 2007 GOOD DAY TO ALL, Does anyone here know how to convert BYTEA type into TEXT type? Hope to have some help from someone. Thank you in Advance. Quote Link to comment https://forums.phpfreaks.com/topic/78170-solved-bytea-convertion-to-text/ Share on other sites More sharing options...
btherl Posted November 21, 2007 Share Posted November 21, 2007 You need the encode() function mentioned here. You will need to choose how to encode the bytea data, as bytea has a greater range of characters than text. Quote Link to comment https://forums.phpfreaks.com/topic/78170-solved-bytea-convertion-to-text/#findComment-395567 Share on other sites More sharing options...
ghe Posted November 22, 2007 Author Share Posted November 22, 2007 Ah, i see, thank you for the reply, I will look for this solution and see how it can help me. Quote Link to comment https://forums.phpfreaks.com/topic/78170-solved-bytea-convertion-to-text/#findComment-396520 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.