rebus-org / Rebus.PostgreSql

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

Unable to create table in specific schema #15

Closed zabulus closed 4 years ago

zabulus commented 4 years ago

Hi, it's not really bug, but rather inconvenience.

I'm able to specify schema name for table in SqlServer: x.UseSqlServer(connString, "rebus.MessageQueue", queueName); But similar code for PSQL doesn't work: x.UsePostgreSql(connString, "rebus.MessageQueue", queueName); It would be very convenient to specify schema name to separate supplementary tables of rebus from other data tables in a database.

zabulus commented 4 years ago

Sorry, found another duplicate issue https://github.com/rebus-org/Rebus.PostgreSql/issues/11