Hi,

I want to change document type of all items inserted as "Article" to
"article".

I do some research about that and the result is :

in Postgresql, pgAdmin interface:

The "metadata_field_id" of "type" field is "66" in "metadatafieldregistry"
table.

I can listed all Articles from "metadatavalue" table where
metadata_field_id = 66 and text_value = "Article"

If I change all text_value fields to "article" which I can listed like
above, all things is that?

Thanks for any advice.

Best Regards

Hakan Yanaz
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to