Mailing List Archive

Contributor Type PG Table
Which pg table are the contributor types defined in? I have a contributor
type *compiler* appearing three times in the UI's pull down menus, and I
need to delete the extra ones. Not sure how they got there in the first
place.

--
ryan
Re: Contributor Type PG Table [ In reply to ]
On Aug 28, 2009, at 6:17 PM, Ryan O'Toole wrote:

> Which pg table are the contributor types defined in? I have a
> contributor
> type *compiler* appearing three times in the UI's pull down menus,
> and I
> need to delete the extra ones. Not sure how they got there in the
> first
> place.

grp:

% select id, name, description from grp where class__id = 9;
id | name | description
----+------------------+--------------------------------------
1 | All Contributors | All contributors in the system.
39 | Writers | People who contribute writing.
40 | Illustrators | People who provide original artwork.

Best,

David