6 ms·
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
by pyxy 14y 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