Re: [GENERAL] BLOB & Searching

2006-06-13 Thread Joshua D. Drake
Jim C. Nasby wrote: On Mon, Jun 12, 2006 at 02:44:34PM -0700, [EMAIL PROTECTED] wrote: 1. How can I store the word doc's in the DB, would it be best to use a BLOB data type? Use a bytea field. 2. Does Postgres support full text searching of a word document once it Nope. Not natively. It

Re: [GENERAL] BLOB & Searching

2006-06-13 Thread Jim C. Nasby
On Mon, Jun 12, 2006 at 02:44:34PM -0700, [EMAIL PROTECTED] wrote: > 1. How can I store the word doc's in the DB, would it be best to use a > BLOB data type? Use a bytea field. > 2. Does Postgres support full text searching of a word document once it Nope. > is loaded into the BLOB column & h