From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Petro Pelekh <ppetro(at)mail(dot)lviv(dot)ua> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Need help. |
Date: | 2003-11-14 18:27:32 |
Message-ID: | 20031114182732.GD24964@dcc.uchile.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Nov 14, 2003 at 02:04:56PM +0200, Petro Pelekh wrote:
> I find such strange thing in my postgres server
> -----------------------------------
> distance=> \d cities;
> ERROR: parser: parse error at or near "."
You are using psql from a 7.3 version to talk to an older server. This
is not guaranteed to work. It is recommended to upgrade the server, or
downgrade the tool.
Try
SELECT version();
and psql --version
--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Just treat us the way you want to be treated + some extra allowance
for ignorance." (Michael Brusser)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2003-11-14 18:29:58 | Re: Need help. |
Previous Message | Kurt Roeckx | 2003-11-14 18:25:36 | Re: 7.4RC2 regression failur and not running stats collector process |