CLEAR_DEPOT_ANTI_PIN_POLICY_PROJECTION
Removes an anti-pinning policy from the specified projection.
	Eon Mode only
Removes an anti-pinning policy from the specified projection.
This is a meta-function. You must call meta-functions in a top-level SELECT statement.
Behavior type
VolatileSyntax
CLEAR_DEPOT_ANTI_PIN_POLICY_PROJECTION( '[[database.]schema.]projection' [, 'subcluster' ] )
Arguments
- [- database- .]- schema
- Database and schema. The default schema is - public. If you specify a database, it must be the current database.
- projection
- Projection with the anti-pinning policy to clear.
- subcluster
- Name of a depot subcluster, - default_subclusterto specify the default database subcluster. If this argument is omitted, all database depots are targeted.
Privileges
Superuser
See also
- SET_DEPOT_ANTI_PIN_POLICY_PROJECTION