dropExtension
Less than 1 minute
dropExtension
Drops a PostgreSQL extension from the database.
public dropExtension(string $name, boolean $ifExists = false): bool
Parameters
Parameter | Type | Description |
---|---|---|
$name | string | the name of the extension to drop |
$ifExists | boolean | (optional) Whether to drop the extension only if it exists. Default is false. |
Generated by Hazaar API Doc Generator