Re: Problem with pg_index.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David BOURIAUD <david(dot)bouriaud(at)ac-rouen(dot)fr>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Problem with pg_index.
Date: 2001-06-01 14:20:51
Message-ID: 751.991405251@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

David BOURIAUD <david(dot)bouriaud(at)ac-rouen(dot)fr> writes:
> This query doesn't work, the back-end answers Error : Invalid Command
> name "0"...

I don't think so: there is no such error string anywhere in the PG
sources. (Also, when I try the query, it seems to work fine.)

However, I find the following possibly relevant match in the PGAccess FAQ:

<b>8. I am receiving the following error: <tt>message invalid command
name "namespace" while executing "namespace eval Mainlib</tt>&nbsp; ..."</b>
<blockquote>That means 100% that you have an older version of Tcl/Tk that
don't recognize namespaces command. Please upgrade to Tcl/Tk 8.0.x minimum</blockquote>

Are you using Tcl? If so, I'd bet the problem is on the client side.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Martín Marqués 2001-06-01 14:40:38 date format
Previous Message David BOURIAUD 2001-06-01 13:52:31 Problem with pg_index.