This is a discussion on handling images in postgresql within the pgsql Novice forums, part of the PostgreSQL category; --> how do you enter files of images such as jpeg and bitmaps in postgresql. thanks __________________________________ Do you Yahoo!? ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| how do you enter files of images such as jpeg and bitmaps in postgresql. thanks __________________________________ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster |
| ||||
| On Feb 17, 2005, at 2:03 AM, Ramon Orticio wrote: > how do you enter files of images such as jpeg and > bitmaps in postgresql. You can create a column with type bytea or use the large object functions. http://www.postgresql.org/docs/8.0/i...pe-binary.html http://www.postgresql.org/docs/8.0/i...geobjects.html John DeSoi, Ph.D. http://pgedit.com/ Power Tools for PostgreSQL ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |