Fixed the sample of PostgreSQL's connection string

This commit is contained in:
oldrev
2015-06-27 16:29:20 +08:00
parent 4e7e274d85
commit 315f271fcc

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 />