PostgreSQL – Drop Tablespace

Syntax to drop a tablespace in Postgres:

DROP TABLESPACE tablespace_name;

See also  PostgreSQL - How to limit the number of rows returned by a query