|
|
|
|
|
by troyk
3172 days ago
|
|
PostreSQL has great tooling, maybe not the GUI-UX experience you are familiar with MSSQL on Windows. psql is great for inspecting schema and running ad-hoc queuries. SQL scripts can also be piped through it for cron-sql jobs etc. pg_dump + psql + ssh to easily copy databases between hosts pg_bench for benchmarking. Lots more: https://www.postgresql.org/docs/current/static/reference-cli... |
|