어떤 이유로 psql
Mac에서 탭 완성 기능이 작동하지 않습니다. Ubuntu에서는 전체 테이블 및 필드 이름을 탭할 수 있지만 Mac OS X에서는 Tab 키를 누르면 작동하지 않습니다.
위쪽/아래쪽 화살표 키를 사용하여 psql 명령 기록에서 앞뒤로 이동할 수 있으므로 TAB이 제대로 작동하지 않는 것이 이상합니다.
구성:
.psqlrc가 비활성화된 경우에도( psql -X
) 이 문제를 재현할 수 있습니다.
체계:
$ 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)