Thread: many text files

many text files

From
William Mitchell Jr
Date:
Hi,

I need to create and maintain a large number of text files.

How can this be done most easily with Postgresql?

Thanks,

William

---


Re: many text files

From
brew@theMode.com
Date:
William.....

> I need to create and maintain a large number of text files.
>
> How can this be done most easily with Postgresql?

Without actually putting the text in the database the only way I can think
of to use postgreSQL is to keep track of the filenames.  Maybe you are not
giving enough information so we can understand what you want to do.

brew