rebus-org / Rebus.PostgreSql

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

Rebus.PostgreSql does not support schema config #29

Closed evgenyshugaev closed 1 year ago

evgenyshugaev commented 2 years ago

I got another problem: Rebus.PostgreSql does not support schema config like for ms sql server:

Configure.With(...) .Transport(t => t.UseSqlServer(connectionString, "my-queue") .WithSchema("rebus")) .Start();

and for this reason table custom.bus_queue not created. Can you add WithSchema("schrmaname") method to Configuration?

patrick11994 commented 1 year ago

This issue is resolved by PR #33

mookid8000 commented 1 year ago

And it's available on NuGet.org as Rebus.PostgreSql 8.2.0-b2 🙂