You forgot the ";"

 CREATE SCHEMA joe;
 CREATE SEQUENCE joe.joe_seq start 1;
 CREATE TABLE joe.joe_table (int id, varchar name);


---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to