Re: storing a text file - Mailing list pgsql-novice

From Mag Gam
Subject Re: storing a text file
Date
Msg-id 1cbd6f831002151026i6a951526k222726175e3ab6bf@mail.gmail.com
Whole thread Raw
In response to Re: storing a text file  (Joshua Tolley <eggyknap@gmail.com>)
List pgsql-novice
Thanks.

I would like to load an entire text file into a field of a table.Is
there an easy way to do this or do I have to write a script?

TIA



On Sun, Feb 14, 2010 at 2:29 PM, Joshua Tolley <eggyknap@gmail.com> wrote:
> 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
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkt4Tx4ACgkQRiRfCGf1UMPaTgCfVuDbj4m4V5DFv8reLC3KwP8L
> XLkAniJqkT7Q/xSrXOdjBG+9s9S6dyk8
> =uuon
> -----END PGP SIGNATURE-----
>
>

pgsql-novice by date:

Previous
From: Joshua Tolley
Date:
Subject: Re: Dily health checks to be created in short time
Next
From: Tom Lane
Date:
Subject: Re: Actions requiring commit