[ADMIN] How to store jpeg files in Postgres Database

2004-10-15 Thread macdickson
Can any one tell me how to store jpegh files in Postgres Database bye Macdickson -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your

Re: [ADMIN] How to store jpeg files in Postgres Database

2004-10-15 Thread Peter Eisentraut
Am Freitag, 15. Oktober 2004 08:37 schrieb macdickson: > Can any one tell me how to store jpegh files in Postgres Database Use the data type "bytea". -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 2: you

Re: [ADMIN] How to store jpeg files in Postgres Database

2004-10-19 Thread Juan Miguel
Peter Eisentraut wrote: Am Freitag, 15. Oktober 2004 08:37 schrieb macdickson: Can any one tell me how to store jpegh files in Postgres Database Use the data type "bytea". First, Sorry about my english. I use the "lo" type (see contrib folder). This is similar to oid type, but helps you