Drops an existing database user.
Available in the star$administration database and requires the star$administration role.
Parameters:
| Name | Optional | Type | Description |
| user$ | Mandatory | Text | The name of the database user to be dropped. |
Examples:
SELECT drop_user('myuser'); -- drops existing user called 'myuser'.
Tips:
- The star$users view indicates which users exist.
Comments
Article is closed for comments.