Re: storing a text file

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: Mag Gam <magawake(at)gmail(dot)com>
Cc: PostgreSQL List - Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: storing a text file
Date: 2010-02-14 19:29:34
Message-ID: 4b784f30.9513f30a.15a6.ffff9053@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, Feb 14, 2010 at 09:39:13AM -0500, Mag Gam wrote:
> I would like to index several documents. They are all text files, I
> was wondering what is the best way to do this. I was thinking to have
> a column which will have:
>
> *docid (serial)
> date (timestamp)
> document (varchar)
>
> Eventually, I would like to access these documents via a webbrowser
> and I would like to search these documents. Each document is about 10
> to 20kb in size.
>
> My question is, what datatype would be ideal for "document" field?
> Also, any thoughts and recommendations ?

Make it a TEXT type. You can use PostgreSQL's full text search options for
searching across the set of all documents for given words or phrases.

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message bill house 2010-02-14 22:17:51 Function
Previous Message Lee 2010-02-14 19:07:06 Actions requiring commit