Por alguna razón, la opción de completar tabulaciones no funciona en psql
mi Mac. Puedo tabular nombres completos de tablas y campos sin problemas en Ubuntu, pero presionar TAB no funciona en Mac OS X.
Puedo usar con éxito mis teclas de flecha Arriba/Abajo para navegar hacia adelante y hacia atrás en el historial de comandos de psql, por lo que es extraño que TAB no funcione correctamente.
Configuración:
Puedo reproducir este problema incluso con .psqlrc deshabilitado ( psql -X
).
Sistema:
$ specs psql bash brew terminal os
Specs:
specs 0.12
https://github.com/mcandre/specs#readme
psql --version
psql (PostgreSQL) 9.3.5
bash --version
GNU bash, version 4.2.45(2)-release (i386-apple-darwin13.0.0)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
brew --version
0.9.5
system_profiler -detailLevel full 2>&1 | grep Terminal -A 5 | grep Version | head -n 1
Version: 2.4
system_profiler SPSoftwareDataType | grep 'System Version'
System Version: OS X 10.9.4 (13E28)