top | item 38461145

(no title)

qd011 | 2 years ago

psql is good but how do you manage long multi line queries and saved collections of queries to reuse? or connections to multiple databases?

discuss

order

efxhoy|2 years ago

I keep queries in .sql files in git repo. I run longer queries by writing them in a file and including/running it with \i. There's also \e to open $PSQL_EDITOR.