psql -l gives bad output

From: Jeff Beck <jeff(dot)beck(at)mssm(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: psql -l gives bad output
Date: 2002-05-22 03:14:49
Message-ID: 1022037291.23388.5.camel@mercury
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, I am running PostgreSQL 7.1.3 on Solaris 8.

The output of psql -l seems wrong. In the following, their are 2
databases named "pay-test" and one named "/usr/local/pgsql/bi". I can
dropdb one of the pay-tests but not the other, and I can't dropdb the
/usr/local/pgsql/bi database. I can't access these databases either.
vacuumdb -a gives me an error too, when attempting to access these
databases.

# psql -U postgres -l
List of databases
Database | Owner
---------------------------------+----------
pay | postgres
pay-test | postgres
pay-test
/usr/local/pgsql/bi | postgres
template0 | postgres
template1 | postgres
(5 rows)

Does anyone have any ideas?

Thanks,
Jeff

Browse pgsql-general by date

  From Date Subject
Next Message Roberto Andrade Fonseca 2002-05-22 03:42:21 Pgsql and the MARC standards
Previous Message Jan Wieck 2002-05-22 02:42:52 Re: ERROR: value too long for type character varying(255)