PostgreSQL not Postgre SQL (#3931)

https://wiki.postgresql.org/wiki/Postgres
This commit is contained in:
Pavlo Golub
2021-08-19 12:54:18 +02:00
committed by GitHub
parent ea51727852
commit 3c63be16f6

View File

@@ -1,7 +1,7 @@
function Get-PostgreSqlVersion {
$postgreSQLVersion = psql --version | Take-OutputPart -Part 2
$aptSourceRepo = Get-AptSourceRepository -PackageName "postgresql"
return "Postgre SQL $postgreSQLVersion (apt source repository: $aptSourceRepo)"
return "PostgreSQL $postgreSQLVersion (apt source repository: $aptSourceRepo)"
}
function Get-MongoDbVersion {
@@ -55,4 +55,4 @@ function Build-MSSQLToolsSection {
)
return $output
}
}