PostgreSQL – Drop Tablespace

Syntax to drop a tablespace in Postgres:

DROP TABLESPACE tablespace_name;

See also  PostgreSQL - Get current user