dropExtension
Less than 1 minute
dropExtension
dropExtension
Drops a PostgreSQL extension from the database.
public dropExtension(string $name, bool $ifExists): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | the name of the extension to drop | |
$ifExists | (optional) Whether to drop the extension only if it exists. Default is false. |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000