How do you store the binary data in PostgreSQL?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Binary data can be stored in a table using the data type BYTEA. It can also be stored using the Large Object feature, which saves the binary data in a different table in a particular format. Which refers to that table by saving a value of type OID in your table.