This is a discussion on Images in PostgreSQL within the pgsql Hackers forums, part of the PostgreSQL category; --> Hi all, Does anybody know if is it possible to store images in Postgre? If it is possible which ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, Does anybody know if is it possible to store images in Postgre? If it is possible which data type should I use? Thanks in advance, -- R&D | Alea Management & Technology Solutions -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |
| ||||
| A Dimarts 25 Març 2008, r&d@alea.inf.br va escriure: > Hi all, > > Does anybody know if is it possible to store images in Postgre? If it is > possible which data type should I use? > Yes it's possible, you can use BYTEA for this, for example. But please, this kind of questions should go to users mailing list. hackers is for people working on developing PostgreSQL itself. > Thanks in advance, > > -- > R&D | Alea Management & Technology Solutions -- Albert Cervera i Areny http://www.NaN-tic.com -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |