I get the following erro:

psql:database_schema_15-16.sql:105: ERROR:  constraint 
"community2collection_collection_id_fkey" does not exist

This is what I see when I look at the table.  I think I want to drop $2, but 
how do I do that?

Thank you!
Jose

dspace-dev-16=> \d community2collection
 Table "public.community2collection"
    Column     |  Type   | Modifiers 
---------------+---------+-----------
 id            | integer | not null
 community_id  | integer | 
 collection_id | integer | 
Indexes:
    "community2collection_pkey" PRIMARY KEY, btree (id)
    "community2collection_collection_id_idx" btree (collection_id)
    "community2collection_community_id_idx" btree (community_id)
Foreign-key constraints:
    "$1" FOREIGN KEY (community_id) REFERENCES community(community_id)
    "$2" FOREIGN KEY (collection_id) REFERENCES collection(collection_id)
    "comm2coll_collection_fk" FOREIGN KEY (collection_id) REFERENCES 
collection(collection_id) DEFERRABLE

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to