On Thursday, March 10, 2011 6:54:18 am Rich Shepard wrote:
>    After carefully following the instructions here:
>       <http://www.postgresql.org/docs/9.0/static/install-upgrading.html>
> I tested the upgrade from the command line. My question is why I still see
> a reference to 9.0.1;
> 
> psql (9.0.1, server 9.0.3)
> Type "help" for help.
> 
>    One database was created with 9.0.1 but another was created in the 7.x
> era.
> 
> Rich


Your psql binary is from 9.0.1 your server from 9.0.3. Somewhere you have the 
old psql in your path and it is being found first.
-- 
Adrian Klaver
adrian.kla...@gmail.com

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to