Re: [ADMIN] Postgres vs. Informix

2000-03-22 Thread Bruce Momjian
> Multi database feature comparison: > http://mysql.com/crash-me-choose.htmy > Benchmarked against the champ of fast table scanning: > http://www.mysql.com/benchmark.html > That is funny! -- Bruce Momjian| http:/

[ADMIN] pg security problem (fwd)

2000-03-22 Thread Andrew Perrin - Demography
Folks- I'm a bit concerned about postgres security. Here's the situation. I've got the following in pg_hba.conf: localall trust sameuser localall trust pgwww host all 127.0.0.1 2

Re: [ADMIN] Postgres vs. Informix

2000-03-22 Thread Ron Chmara
Kief Morris wrote: > > I'm getting pressure to switch over from Postgres to > Informix, because the web hosting operation I'm > going to use for my project has Informix already. Um, well, I believe if they are hosting you, *you* are the client. That means you pay them, and they do what *you* wan

[ADMIN] Problems with Postgres Database Damage

2000-03-22 Thread Aaron Thul
We have been running PostgreSQL for six months. In that time we have had several problems. We keep getting blank entries in the database with no data, just nulls. To solve this problem we have had to go in and delete the blank entries. We keep also keep getting errors such as the following: E

Re: [ADMIN] relation 'serials' already exists

2000-03-22 Thread bangh
You mean a sequence? If so, under psql use command:\z to check the sequence name (it is stored in the table), then use the command drop sequence sequence_name. -- Banghe steve doerr wrote: > Can anyone tell me where this 'serials' relation is stored? > > I had been getting a call handler error

[ADMIN] Postgres vs. Informix

2000-03-22 Thread Kief Morris
I'm getting pressure to switch over from Postgres to Informix, because the web hosting operation I'm going to use for my project has Informix already. Are there any reports on comparative performance statistics, and/or any other comparative measures? Failing that, *objective* comments on relative