mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00

* Merge all commands into a single text area for ease of copy/paste. * Add a Copy Script button to each text area to copy the script (without comments and blanks) to the clipboard. * Centralise the copy/paste code so it can be used elsewhere. * Always install the database server. Based on reviews/discussion with Magnus, Jonathan, Daniel and Sehrope.