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 Mon, 27 Oct 2025 13:01:29 +0000