Upgraded from 7.2 to 7.3 - Mailing list pgsql-novice

From Tom Ansley
Subject Upgraded from 7.2 to 7.3
Date
Msg-id 1049411739.3304.3.camel@tom.law.du.edu
Whole thread Raw
Responses Re: Upgraded from 7.2 to 7.3
Re: Upgraded from 7.2 to 7.3
List pgsql-novice
Hi all,

I just tried upgrading my system from 7.2.3 to 7.3.2

Everything seems to be fine with the data but whenever I try to access
table information using psql it gives me errors.  Here is a log of whats
been going on.

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.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

sds=> \l
ERROR:  parser: parse error at or near "("
ERROR:  parser: parse error at or near "("
sds=> \d
ERROR:  parser: parse error at or near "."
ERROR:  parser: parse error at or near "."
sds=> \d seminar
ERROR:  parser: parse error at or near "."
ERROR:  parser: parse error at or near "."
sds=> \q
postgres|16:14:50|~>

if anybody has any ideas as to what I've done that would be greatly
appreciated.

Cheers
--
Tom Ansley <tansley@law.du.edu>
Graduate Tax Program Denver University


pgsql-novice by date:

Previous
From: Josh Berkus
Date:
Subject: Re: question about auto increment like
Next
From: Tom Lane
Date:
Subject: Re: Upgraded from 7.2 to 7.3