how do i add an ON UPDATE/DELETE CASCADE constraint to an existing table?
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
Do you mean a foreign key constraint? I think this may help.
http://www.postgresql.org/docs/current/static/sql-altertable.html
Sean
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?