Skip to content

Commit daea170

Browse files
droyadCopilot
andauthored
Update src/dbup-postgresql/PostgresqlExtensions.cs
Co-authored-by: Copilot <[email protected]>
1 parent 8a002b2 commit daea170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dbup-postgresql/PostgresqlExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ PostgresqlConnectionOptions connectionOptions
204204
/// <param name="supported">Fluent helper type.</param>
205205
/// <param name="connectionString">The connection string.</param>
206206
/// <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>
207+
/// <param name="connectionOptions">Connection options to set SSL parameters</param>
208208
/// <param name="owner">Role to own the new database during creation (adds 'WITH OWNER = "role"').</param>
209209
public static void PostgresqlDatabase(
210210
this SupportedDatabasesForEnsureDatabase supported,

0 commit comments

Comments
 (0)