Re: Fair large change to contributors - Mailing list pgsql-www

From Joshua D. Drake
Subject Re: Fair large change to contributors
Date
Msg-id 20071203220122.3c5861d2@commandprompt.com
Whole thread Raw
In response to Fair large change to contributors  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Fair large change to contributors
Re: Fair large change to contributors
List pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 3 Dec 2007 20:42:48 -0800
"Joshua D. Drake" <jd@commandprompt.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello,
> 
> O.k. patch is attached, it looks pretty good on my sandbox but will
> welcome feedback. The specifics are below:
> 
> * Removes developers/bios
> * Creates community/contributors 
> * Removes core (per Bruce M)
> * Adds Active Contributors
> * Adds Occasional Contributors
> 
> The following DML needs to be run as well:
> 
> update developers_types set sortorder = 1 where type = 3;
> update developers set type = '3' where type = '1';
> update developers_types set extrainfo = 'The following individuals
> are active contributors to the project. You will generally find them
> active on the lists, working on features or supporting the
> PostgreSQL.org infrastructure.' where type = '3';
> 

I missed a dml:

update developers_types set typename = 'Active contributors' where type = '3';
update developers_types set typename = 'Occasional contributors' where type = '4';

If we don't put in the core inclusion part then we just don't do this:
update developers set type = '3' where type = '1';

And we will have to do this instead:

update developers_types set sortorder = 2 where type = 3;


Anyway, I would be curious to know what other core members think...

Sincerely,

Joshua D. Drake

- -- 
     === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564   24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997  http://www.commandprompt.com/        UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHVO0yATb/zqfZUUQRAiJzAJ0TS8zWSWwSeA6Sly1fWu2SVEbhTwCeNXMr
a6iscRr/zq3C1FuocUNyy0Y=
=NqYr
-----END PGP SIGNATURE-----

pgsql-www by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Fair large change to contributors
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Fair large change to contributors