Re: [GENERAL] RestrictionClauseSelectivity

From: Ingo Assenmacher <ingo(at)soziologie(dot)rwth-aachen(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] RestrictionClauseSelectivity
Date: 2000-02-23 13:23:51
Message-ID: 38B3DF67.89FC216D@soziologie.rwth-aachen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi.

Thanks for your response.

omid omoomi schrieb:
>
> hi,put it in quotes:
> delete from aktuelles where index='9';
> better not using some predefined key words like "index" as field names.
> >=>delete from aktuelles where index=9;
> >
> >which results in:
> >
> >ERROR: RestrictionClauseSelectivity: bad value 2.280761

i renamed the coloumn to "idx", but the error still remains... :(

Is there no dictionary of ERRORS (probably with some hints?)

Thanks!

Regards, Ingo.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jose Soares 2000-02-23 13:40:53 Re: [GENERAL] Re: [HACKERS] TRANSACTIONS
Previous Message Jose Soares 2000-02-23 13:22:04 Re: [HACKERS] TRANSACTIONS