DROP WRAPPER

Name

DROP WRAPPER  --  remove a wrapper

Synopsis

DROP WRAPPER name [, ...]
  

Inputs

name

The name of an existing wrapper to drop.

Outputs

DROP

The message returned if the command completes successfully.

ERROR: wrapper "name" does not exist

If the specified wrapper does not exist in the database.

Description

DROP WRAPPER removes wrappers from the database. Only its owner may destroy a wrapper.

Notes

Refer to CREATE WRAPPER for information on how to create wrappers.

Usage

To destroy a wrapper measurements a:

DROP WRAPPER measurements;
   

Compatibility

The DROP WRAPPER is a TelegraphCQ extension and is not part of either SQL99 or SQL99. It is subject to change in future releases of TelegraphCQ.