DROP TABLE DROP TYPE CREATE TYPE CREATE TABLE INSERT 0 1 column1 --------- (0) (1 row)
psql:test.sql:14: ERROR: input of anonymous composite types is not implemented LINE 1: SELECT * FROM table1 WHERE column1 = '(0)'; ^ column1 --------- (0) (1 row)
psql:test.sql:20: ERROR: input of anonymous composite types is not implemented LINE 1: SELECT * FROM table1 WHERE column1 IN ('(0)');