We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a002b2 commit daea170Copy full SHA for daea170
src/dbup-postgresql/PostgresqlExtensions.cs
@@ -204,7 +204,7 @@ PostgresqlConnectionOptions connectionOptions
204
/// <param name="supported">Fluent helper type.</param>
205
/// <param name="connectionString">The connection string.</param>
206
/// <param name="logger">The <see cref="DbUp.Engine.Output.IUpgradeLog"/> used to record actions.</param>
207
- /// <param name="connectionOptions">Connection SSL to customize SSL behaviour</param>
+ /// <param name="connectionOptions">Connection options to set SSL parameters</param>
208
/// <param name="owner">Role to own the new database during creation (adds 'WITH OWNER = "role"').</param>
209
public static void PostgresqlDatabase(
210
this SupportedDatabasesForEnsureDatabase supported,
0 commit comments