Project

General

Profile

« Previous | Next » 

Revision 6744

refactor Metacat access handling to be on a per-revision basis so that it more closely aligns with the DataONE approach
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5560

View differences:

xmltables-postgres.sql
209 209
 * ACL -- table to store ACL for XML documents by principals
210 210
 */
211 211
CREATE TABLE xml_access (
212
	docid VARCHAR(250),	-- the document id #
213 212
	guid text,	-- foreign key to system metadata
214 213
	accessfileid VARCHAR(250),	-- the document id # for the access file
215 214
	principal_name VARCHAR(100),	-- name of user, group, etc.

Also available in: Unified diff