When you type in \dt and the postgreSQl pops " 'more' is not recognized as an internal or external command, operable program or batch file. "
This is because "more" exists in C:\Windows\System32 and you did not add it to your PATH Environment Variable.
To do so, My Computer (Right Click) -> Properties -> then go to Advanced tab -> Environment Variable -> set the path by adding C:\Windows\System32. Be sure to use ; to separate from other paths may exit here.
Or copy the more command from c:\windows\system32\ to your postgreSQL installation folder:
ReplyDeleteC:\Program Files (x86)\PostgreSQL\8.3\bin to