Recently Updated Pages
Serato
DJing
Updated 3 years ago by Liviu
Keyboard Shortcuts See also https://serato.com/latest/blog/17257/pro-tips-serato-dj-keyboard-shor...
Notes
Music Production
Updated 3 years ago by Liviu
check Chuck - music programming language Ideas of setup for session view Launchpad (Quneo) should...
Dump / Restore
Postgres
Updated 3 years ago by Liviu
Dump All Functions (to a file) SELECT pg_get_functiondef(f.oid) FROM pg_catalog.pg_proc f INNER J...
Cheatsheet
Postgres
Updated 3 years ago by Liviu
Truncate/empty all tables SELECT 'TRUNCATE TABLE ' || tablename || ' CASCADE;' FROM pg_tables WH...
Queries with IPs
Postgres
Updated 3 years ago by Liviu
Top networks CREATE TABLE ip ( id serial NOT NULL, addr cidr NOT NULL, hostname character v...
Backslash commands
Postgres
Updated 3 years ago by Liviu
command Toggle expanded display \x Toggle tuples only \t Connect to database \c db_name List da...
PostgreSQL on macOS
Postgres
Updated 3 years ago by Liviu
Install PostgreSQL using brew brew install postgresql List services maintained by brew $ brew se...