Skip to main content
Before you can remove a source, you must use DROP MATERIALIZED VIEW to remove all its dependent materialized views.

Syntax

Parameters

Examples

This statement removes the rw_source source in the default schema (public) from the database:
This statement removes the rw_source source in the rw_schema schema from the database:

See also

CREATE SOURCE

Create a source