[GENERAL] Getting input from email...

1998-10-26 Thread Dan Delaney
Hi all. I'd like to set up a DB using postgreSQL to archive a mailing list. How would I go about getting all of the mail sent to the list to be automatically entered into the database when it is sent? I assume I would need to set up an email address for the list to send to, something like "[EMA

Re: [GENERAL] Re: [HACKERS] [Fwd: SGVLLUG Oracle and Informix on Linux]

1998-07-22 Thread Dan Delaney
On Wed, 22 Jul 1998, James Olin Oden wrote: > As far as documentation goes, I think that for the most part what is there is > good. Sometimes (and I realize I need to be more specific) it seems the very > thing you are looking for you can't find; in the end that generally has been an > issue of i

[GENERAL] PostgreSQL on Rhapsody?

1998-07-22 Thread Dan Delaney
Is anyone running PostgreSQL on Rhapsody (aka Mac OS X Server) yet? And, if so, did you have any problems getting it up and running? Thanks. --Dan --- Daniel G. DelaneyThe Louisville Times Chorus [EMAIL

Re: [GENERAL] Can I store bitmap graphics in a table?

1998-07-21 Thread Dan Delaney
On Tue, 21 Jul 1998, Matt McClure wrote: > You can insert the graphic file by declaring the type to be OID and using > lo_import(). That sounds like it might work. I'll give it a try. However, the graphics I'm going to be inserting are not very large, like 50 to 100k, I'd like to be able to do i

[GENERAL] [SQL] Can I store bitmap graphics in a table?

1998-07-21 Thread Dan Delaney
Hello all, Can a bitmap graphic file (say a GIF, JPEG, or EPS) be stored into a PostgreSQL table? If so, how? What field type should I set up in the table and how do I insert the graphic file? Thanks. --Dan --- Daniel G.