Merge pull request #5441 from oldrev/pg-connstr-fix

Fixed the sample of PostgreSQL's connection string
This commit is contained in:
Nicholas Mayne
2015-06-27 10:37:35 +01:00

View File

@@ -60,7 +60,7 @@ if (!Model.DatabaseIsPreconfigured) {
</span>
<span data-controllerid="postgresql" class="hint databaseTypeHint">
@T("Server=serverName;Port=5432;Encoding=UNICODE;Database=dbName;User Id=userName;Password=password")
@T("Server=serverName;Port=5432;Database=dbName;User Id=userName;Password=password")
</span>
<br /><br />