> 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:/
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
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
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
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
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