Home | Previous Page | Next Page   Utility Reference > onutil: Check, Define, and Modify Storage Objects > Identifiers in onutil Commands >

Cogroup Range Identifier

A cogroup_range_identifier specifies one or more cogroup names to be created, checked, or dropped. Use cogroup_name or cogroup_range_identifier in the following onutil commands.

Command
Reference
ALTER DBSLICE ADD DBSPACE
See page ALTER DBSLICE ADD DBSPACE.
CREATE COGROUP
See page CREATE COGROUP.
CREATE DBSLICE
See page CREATE DBSLICE.
DROP COGROUP
See page DROP COGROUP.

Cogroup range identifiers can include embedded formatting characters of the following form:

%r(first..last)

These formatting characters have the following meaning:

%r(first..last)
are formatting characters that are replaced by integer values in the range that first and last specify to produce a list of coserver names.

For example, the following onutil command contains a cogroup range identifier for cogroups eds.1_acctg and eds.2_acctg:

% onutil
1> CREATE COGROUP acctg_cogroup 
2> FROM eds.%r(1..2)_acctg;
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]