dropExtension
Less than 1 minute
dropExtension
dropExtension
Drops a PostgreSQL extension from the database.
public dropExtension(string $name, boolean $ifExists): boolParameters
| 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 on Wed, 07 Jan 2026 11:29:59 +0000