Skip to content

Instantly share code, notes, and snippets.

@fira42073
Created April 1, 2025 19:25
Show Gist options
  • Save fira42073/7b754ad544478d39bee2eeb89cb36fbf to your computer and use it in GitHub Desktop.
Save fira42073/7b754ad544478d39bee2eeb89cb36fbf to your computer and use it in GitHub Desktop.
\pset tuples_only on
SELECT 'WARNING: Instance shutdown triggered, rebooting in 3 seconds ...' ;
SELECT 'Press CTRL-ALT-9 + CTRL-ALT-5 to abort' ;
SELECT pg_sleep(3);
SELECT 'Just joking ;)' ;
\pset tuples_only off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment