Hacker News new | ask | show | jobs
by pyxy 4876 days ago
forgot to mention some useful psql options for comfortable work within Acme: `win psql -xn -vPROMPT2=`

setting PROMPT2 to null string gifts you with ability to easily copy-paste SQL expressions

`-n` disables readline lib because we don't need it in Acme