I need to store some images in my PG database, and it sounds like
bytea might be the way to do it, but there seems to be no
documentation on what it is, how to use it, or anything. These images
will be no more than 5k bytes in size. Which type should I use?
Thanks