db=# ALTER TABLE ONLY table ADD CONSTRAINT "$1" FOREIGN KEY (user) REFERENCES users(user_id);
ERROR:  syntax error at or near "user" at character 56

I'm either blind or something besides syntax can cause this error. no?


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to