-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Drop schema queries are not replicated in the postgres target.
To Reproduce
Steps to reproduce the behavior:
- Create a schema
CREATE SCHEMA test - Create a table in the schema
CREATE TABLE test.test(id serial primary key, name text) - Run pgstream with replication
- Validate schema and table are created in the target
- Drop schema on the source database
DROP SCHEMA test CASCADE - Schema not being dropped in the target
Expected behavior
Schema should be dropped in the target when it's dropped in the source database.
Screenshots
If applicable, add screenshots to help explain your problem.
Setup (please complete the following information):
- pgstream version: v0.9.3
- Postgres version: 17.6
- Postgres environment: self-hosted
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working