Created
April 1, 2025 19:25
-
-
Save fira42073/7b754ad544478d39bee2eeb89cb36fbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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