Does any one know which PostgreSQL data type to use for loading pictures (ie. JPG images)?
We have a Microsoft Access database loaded up with about 8000 images. The data type in Access to store this is in "OLE OBJECT". What is the equivalant, if any, in PostgreSQL? The obvious goal at this point is to load those pictures in to PostgreSQL and serve them through Apache.
I went through the PostgreSQL official Administrator's Guide and the User's Guide, but their explanations weren't that conclusive.
FYI: Running Red Hat v7.1
Thanks,
Gary
We have a Microsoft Access database loaded up with about 8000 images. The data type in Access to store this is in "OLE OBJECT". What is the equivalant, if any, in PostgreSQL? The obvious goal at this point is to load those pictures in to PostgreSQL and serve them through Apache.
I went through the PostgreSQL official Administrator's Guide and the User's Guide, but their explanations weren't that conclusive.
FYI: Running Red Hat v7.1
Thanks,
Gary