6.5. SQL Commands #

ALTER SEQUENCE — change the definition of a sequence generator
ALTER TABLE — change the definition of a table
CREATE SEQUENCE — define a new sequence generator
CREATE TABLE — define a new table
CREATE TABLESPACE — define a new tablespace

Shardman extends some DDL SQL commands supported by PostgreSQL to enable distributed DDL processing. This reference only describes Shardman-specific command syntax. See PostgreSQL documentation for a description of standard DDL SQL commands.

pdf