简体   繁体   中英

IN sql psql i am not able to see my table and ending with this error

postgres=# \d
'more' is not recognized as an internal or external command,
operable program or batch file.

Your Windows system (it must be Windows) is crippled, because it lacks more .

You will have to start psql like this:

psql -P pager=off

This will work, but your psql experience will be even worse than normal on Windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM