Strange error in 7.3.1

From: "Duncan Adams (DNS)" <duncan(dot)adams(at)vcontractor(dot)co(dot)za>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Strange error in 7.3.1
Date: 2003-06-11 10:54:56
Message-ID: 034A824BAA3FBA4CA0CBEF1031A02F3519F2B6@zablv02001.vodacom.corp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all

Does any one know why im getting the following errors.

This is the second postgres database on this box the first one works fine and is version 7.2.1

Thanx

Duncan.

box stats.

uname -a
Linux vodasyslog01 2.4.18-18.7.xsmp #1 SMP Wed Nov 13 19:01:42 EST 2002 i686 unknown

==>

[webadmin(at)vodasyslog01 databases]$ su - postgres
Password:
bash-2.05$ cd /databases/postgresql/bin/
bash-2.05$ ./psql -l
ERROR: parser: parse error at or near "("
bash-2.05$ ./psql
ERROR: parser: parse error at or near "."
Welcome to psql 7.3.1, 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

postgres=> \l
ERROR: parser: parse error at or near "("
postgres=> \c wireman
You are now connected to database wireman.
ERROR: parser: parse error at or near "."
wireman=> /q
wireman-> ;
ERROR: parser: parse error at or near "/"
wireman=> ;
wireman=> \q
bash-2.05$ /databases/postgresql/bin/psql
ERROR: parser: parse error at or near "."
Welcome to psql 7.3.1, 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

postgres=> \l
ERROR: parser: parse error at or near "("
postgres=> \q
bash-2.05$ pwd
/databases/postgresql/bin
bash-2.05$ ./psql -l
ERROR: parser: parse error at or near "("
bash-2.05$ ./psql template1
ERROR: parser: parse error at or near "."
Welcome to psql 7.3.1, 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

template1=> \l
ERROR: parser: parse error at or near "("
template1=> \c wireman
You are now connected to database wireman.
ERROR: parser: parse error at or near "."
wireman=> \dt
ERROR: parser: parse error at or near "."
wireman=> \d
ERROR: parser: parse error at or near "."
wireman=>
wireman=> \q
bash-2.05$ uname -a
Linux vodasyslog01 2.4.18-18.7.xsmp #1 SMP Wed Nov 13 19:01:42 EST 2002 i686
unknown
bash-2.05$
“This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on this link http://www.vodacom.net/legal/email.asp "

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bruno Wolff III 2003-06-11 12:11:24 Re: zero-length string error ?
Previous Message Aarni 2003-06-11 09:54:32 Re: zero-length string error ?