
[Top]
Sql
Sql.postgres
|
Method Sql.postgres()->drop_db()
- Method
drop_db
void Sql.postgres()->drop_db(string db)
- Description
-
This function destroys a database and all the data it contains (assuming
we have enough permissions to do so).
- See also
create_db
Extracted from Pike v7.3 release 11 at 2001-11-03.
|