JDatabaseImporterPostgresql::getDropPrimaryKeySQL
Get the SQL syntax to drop a key.
Signature
protected function getDropPrimaryKeySQL(string
$table,
string
$nameĀ )
Parameters
-
$table
- The table name.
-
$name
- The constraint name.
Returns
- string