i can see the following info about the community2community table in
postgresql...

dspace=> \d community2community;
  Table "public.community2community"
     Column     |  Type   | Modifiers
----------------+---------+-----------
 id             | integer | not null
 parent_comm_id | integer |
 child_comm_id  | integer |
Indexes:
    "community2community_pkey" PRIMARY KEY, btree (id)
    "com2com_child_fk_idx" btree (child_comm_id)
    "com2com_parent_fk_idx" btree (parent_comm_id)
Foreign-key constraints:
    "com2com_child_fk" FOREIGN KEY (child_comm_id) REFERENCES
community(community_id) DEFERRABLE
    "community2community_parent_comm_id_fkey" FOREIGN KEY (parent_comm_id)
REFERENCES community(community_id)

--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Internal-Server-Error-Creating-Sub-Community-tp4655256p4655259.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to