Can you store images in postgres?



Can you store images in postgres?..

Answer / Avanish Kumar Shukla

You can't directly store images in PostgreSQL like a file system. However, you can store binary large objects (BLOB) or images as base64 encoded strings or use external referencing methods such as File System, Amazon S3, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What kind of database is postgres?

1 Answers  


What is pg_catalog in postgres?

1 Answers  


Which are different types of database administration tools used in postgresql?

1 Answers  


What is the password of postgres user?

1 Answers  


How do I alter a table in postgresql?

1 Answers  


How do you open tables in pgadmin?

1 Answers  


How do you create a database in pgadmin 3?

1 Answers  


Provide a brief explanation of the functions in postgresql.

1 Answers  


What is the difference between sql and postgresql?

1 Answers  


How do you run a query in pgadmin 3?

1 Answers  


What language is postgresql written in?

1 Answers  


What is use of postgresql?

1 Answers  


Categories