Publicado el 3 comentarios

Posgresql: Cannot read termcap database; using dumb terminal settings.

Instalé posgresql 9.0.2 sobre CentOS 6 y al parecer todo bien. Las aplicaciones clientes se conectaban sin problema. Sin embargo al querer conectarme con el cliente psql me mandaba el siguiente error:

/opt/PostgresPlus/9.0SS/bin/psql -U eleccion eleccion
Password for user eleccion:
psql (9.0.2)
Type “help” for help.

Cannot read termcap database;
using dumb terminal settings.
Abortado

Buscando en internet, encontré la solución:

Como root ejecute el siguiente comando:

infocmp -C > /etc/termcap

Y eso debe de corregir el error.

3 comentarios en “Posgresql: Cannot read termcap database; using dumb terminal settings.

  1. Muchas gracias funcionó

  2. If you are using Cygwin just put TERM=xterm before apply ./psql -U postgres

  3. Excellent post. Keep writing such kind of info on your site. Im really impressed by your site.

Responder a Alvaro AmayaCancelar respuesta