Play "Bad Apple!!" in the psql client. This demo is to illustrate that the psql client can play some animation.
make PG_CONFIG=<path to pg_config> install
-- In psql client.
CREATE EXTENSION badapple;
SELECT play_badapple();
-- OR you like sing, dance, rap and basketball.
SELECT play_basketball();