I wanto to change the schema of the \[code\]elmah_error\[/code\] table from public to elmah.I'm getting this error: \[code\]Npgsql.NpgsqlException: relation "elmah_error" does not exist\[/code\]. It keep's searching for this table on public only.On the Web.config I'm trying to set \[code\]schema=elmah\[/code\] on the errorLog with no success. Found some \[code\]Sqlerrolog.cs\[/code\] to add the schema, but I'm using PgsqlErrorLog on errorLog and found no \[code\]PgsqlErrorLog.cs\[/code\] to change.Someone have a hint about what to do in this situation?Thanks everyone.