From: | Tom Ansley <tansley(at)law(dot)du(dot)edu> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Upgraded from 7.2 to 7.3 |
Date: | 2003-04-03 23:15:39 |
Message-ID: | 1049411739.3304.3.camel@tom.law.du.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)law(dot)du(dot)edu>
Graduate Tax Program Denver University
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-04-03 23:37:11 | Re: Upgraded from 7.2 to 7.3 |
Previous Message | Alvaro Herrera | 2003-04-03 22:15:40 | Re: Postgres Syslog |