Re: [SQL] Postgres ERROR

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Esteban Chiner Sanz <echiner(at)tissat(dot)es>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Postgres ERROR
Date: 1999-07-13 17:00:02
Message-ID: 199907131700.NAA26097@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> What does this error mean? I've look for it in the documentation but I
> haven't found it.
>
> ERROR: RestrictionClauseSelectivity: bad value -1.998611

VACUUM ANALYZE your table. 6.4 has problems with ALTER TABLE ADD COLUMN
and Alpha cpus.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Hannu Krosing 1999-07-13 20:50:57 Re: [HACKERS] SELECT DISTINCT question
Previous Message Bruce Momjian 1999-07-13 16:57:24 Re: [SQL] Problem with timestamp and primary key.