Delete a PostgreSQL database
Delete a PostgreSQL user
Delete a PostgreSQL table
Delete a PostgreSQL function
DROP FUNCTION functionname;
Drops an existing function from the current database.
Drop add_two_numbers function
DROP FUNCTION add_two_numbers;
Delete a PostgreSQL index
Delete a PostgreSQL view
Create a new PostgreSQL function