Revision 6766
Added by ben leinfelder almost 13 years ago
xmltables-postgres.sql | ||
---|---|---|
306 | 306 |
submitter VARCHAR(256), -- the user who originally submitted the doc |
307 | 307 |
object_format VARCHAR(256), --the format of the object |
308 | 308 |
size VARCHAR(256), --the size of the object |
309 |
archived boolean, -- specifies whether this an archived object |
|
309 | 310 |
replication_allowed boolean, -- replication allowed |
310 | 311 |
number_replicas INT8, -- the number of replicas allowed |
311 | 312 |
obsoletes text, -- the identifier that this record obsoletes |
Also available in: Unified diff
include 'archived' system metadata element in backing DB store