7.3B3 psql talking to a 7.2.3 server?

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: 7.3B3 psql talking to a 7.2.3 server?
Date: 2002-11-01 16:30:04
Message-ID: 1036168204.398.15.camel@lerlaptop.iadfw.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is the following supposed to work?

$ psql -U neteng -h tide netmaster
ERROR: parser: parse error at or near "."
Welcome to psql 7.3b3, 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

netmaster=> select version();
version
---------------------------------------------------------------------
PostgreSQL 7.2.1 on i386-portbld-freebsd4.5, compiled by GCC 2.95.3
(1 row)

netmaster=>

neteng **IS** a superuser on tide.

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-11-01 16:35:15 Re: Request for supported platforms
Previous Message Larry Rosenman 2002-11-01 16:25:28 Re: Request for supported platforms