pg_badapple icon indicating copy to clipboard operation
pg_badapple copied to clipboard

Play "Bad Apple!!" in the psql client. This demo is to illustrate that the psql client can play some animation.

pg_badapple

Play "Bad Apple!!" in the psql client. This demo is to illustrate that the psql client can play some animation.

Install

make PG_CONFIG=<path to pg_config> install

Run

-- In psql client.
CREATE EXTENSION badapple;
SELECT play_badapple();
-- OR you like sing, dance, rap and basketball.
SELECT play_basketball();

Reference