Error : “ 'more' is not recognized as an internal or external command, operable program or batch file. "

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.

$2222

1 comment:

  1. Or copy the more command from c:\windows\system32\ to your postgreSQL installation folder:
    C:\Program Files (x86)\PostgreSQL\8.3\bin to

    ReplyDelete

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...