MySQL is the only database which quotes identifiers primarily using backticks. Move...
[lhc/web/wiklou.git] / includes / db / DatabasePostgres.php
index 55385f0..96f7eae 100644 (file)
@@ -1300,10 +1300,6 @@ SQL;
                return "'" . pg_escape_string( $this->mConn, $s ) . "'";
        }
 
-       function addIdentifierQuotes( $s ) {
-               return '"' . str_replace( '"', '""', $s ) . '"';
-       }
-
        /**
         * Postgres specific version of replaceVars.
         * Calls the parent version in Database.php