Given the following table in PostgreSQL, how do I insert a record which refers to itself?
CREATE TABLE refers ( id SERIAL PRIMARY KEY, name