From f0629baad714de705b5fa9a38a21607a33657862 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 11 Jul 2014 13:23:54 +1200 Subject: [PATCH] Removing reference to postgres, it doesn't belong in the mssql module. --- code/MSSQLDatabase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/MSSQLDatabase.php b/code/MSSQLDatabase.php index 6163987..98dce55 100644 --- a/code/MSSQLDatabase.php +++ b/code/MSSQLDatabase.php @@ -918,7 +918,7 @@ class MSSQLDatabase extends SS_Database { * @param string $tableName * @param string $indexName * @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') {