Re: Fair large change to contributors

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: Fair large change to contributors
Date: 2007-12-04 06:01:22
Message-ID: 20071203220122.3c5861d2@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 3 Dec 2007 20:42:48 -0800
"Joshua D. Drake" <jd(at)commandprompt(dot)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-----

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Joshua D. Drake 2007-12-04 06:09:48 Re: Fair large change to contributors
Previous Message Joshua D. Drake 2007-12-04 05:58:52 Re: Fair large change to contributors