3.2. SQL Commands

CREATE TABLE — define a new table
ALTER TABLE — change the definition of a table

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.