次の一連のコマンドはそれぞれ int4 型と text 型の 2 つの列、cola と colb を持つ test_table テーブルを作成します。
create test_table (cola = int4, colb = text) open test_table insert OID=421 ( 1 "value1" ) insert OID=422 ( 2 _null_ ) close test_table