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 Sun, 01 Mar 2026 09:22:25 +0000