Removing reference to postgres, it doesn't belong in the mssql module.

This commit is contained in:
Sean Harvey 2014-07-11 13:23:54 +12:00
parent 3560e15f52
commit f0629baad7

View File

@ -918,7 +918,7 @@ class MSSQLDatabase extends SS_Database {
* @param string $tableName * @param string $tableName
* @param string $indexName * @param string $indexName
* @param string $prefix The optional prefix for the index. Defaults to "ix" for indexes. * @param string $prefix The optional prefix for the index. Defaults to "ix" for indexes.
* @return string The postgres name of the index * @return string The name of the index
*/ */
function buildMSSQLIndexName($tableName, $indexName, $prefix = 'ix') { function buildMSSQLIndexName($tableName, $indexName, $prefix = 'ix') {