rebus-org / Rebus.PostgreSql

:bus: PostgreSQL persistence for Rebus
https://mookid.dk/category/rebus
Other
17 stars 19 forks source link

Outbox Table Schema Name #45

Closed robert-misura-tfs closed 3 months ago

robert-misura-tfs commented 4 months ago

Hello, just to be sure, as there is a way to put schema name for the saga tables, outbox does not support this yet, am I right ? If no, is there a chance to add it ?

robert-misura-tfs commented 4 months ago

I think I found the solution. Just didn't notice the overload with TableName object.

.Outbox(o => o.StoreInPostgreSql(postgresOptions.BuildConnectionString(),new TableName("schema-name", "outbox-table")))

mookid8000 commented 3 months ago

You found it! Great 🙂