[GENERAL] Python interface and large objects?

1998-11-09 Thread Mike Meyer
Does someone have the Python interface handling large objects properly? I keep winding up with size 0 objects in PostgreSQL 6.3.2. Thanx,

[GENERAL] 6.5 and FreeBSD 3.0-RELEASE?

1998-11-09 Thread Mike Meyer
6.4 doesn't seem to get along with FreeBSD 3.0-RELEASE well - if at all. In particular, some regression tests failed that I wouldn't expect to - int8, sanity_check, trigers, misc, alter_table - and trying to create databases with schema from 6.3.2 causes the backed to exit unexpectedly. Yet Free

Re: [GENERAL] Problem with aggregates and group by

1998-10-30 Thread Mike Meyer
On Fri, 30 Oct 1998, Ulf Mehlig wrote: > Unfortunately, I can't recommend a good book about SQL since I have > read only the user manuals of the commercial database systems I had to > work with; I know a rather theoretical textbook (Database System > Concepts, H. F. Korth & A. Silberschatz, McGraw

[GENERAL] Transaction aborted?

1998-10-30 Thread Mike Meyer
I'm seeing these messages in the process of adding entries to a database. NOTICE: (transaction aborted): queries ignored until END I'm not positive what they mean. Is there someone who is who could tell me, and tell me how to catch then and deal with them? Thanx,

Re: [GENERAL] Getting input from email...

1998-10-26 Thread Mike Meyer
On Mon, 26 Oct 1998, Herouth Maoz wrote: > At 18:09 +0200 on 26/10/98, Dan Delaney wrote: > >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 se