Re: Upgraded from 7.2 to 7.3

From: Manfred Koizar <mkoi-pg(at)aon(dot)at>
To: Tom Ansley <tansley(at)law(dot)du(dot)edu>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Upgraded from 7.2 to 7.3
Date: 2003-04-03 23:45:24
Message-ID: 7lhp8vsdeeg9913cd16c8sner96i1j2pq6@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 03 Apr 2003 16:15:39 -0700, Tom Ansley <tansley(at)law(dot)du(dot)edu> wrote:
>I just tried upgrading my system from 7.2.3 to 7.3.2
>
>postgres|16:14:40|~> psql sds
>ERROR: parser: parse error at or near "."
>ERROR: parser: parse error at or near "."
>Welcome to psql 7.3.2, the PostgreSQL interactive terminal.

This smells like a 7.3 psql talking to a 7.2 postmaster.
Try
sds=> SELECT version();

Servus
Manfred

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2003-04-04 00:01:12 Re: question about auto increment like
Previous Message Tom Lane 2003-04-03 23:37:11 Re: Upgraded from 7.2 to 7.3