Re: Fair large change to contributors (patch 3)

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, pgsql-www(at)postgresql(dot)org
Subject: Re: Fair large change to contributors (patch 3)
Date: 2007-12-05 21:18:57
Message-ID: 20071205131857.6a9a8f33@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

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

On Wed, 05 Dec 2007 21:48:02 +0100
Magnus Hagander <magnus(at)hagander(dot)net> wrote:

In an effort to remain productive... please see attached patch.

Also required:

BEGIN;
UPDATE developers_types SET typename = 'Major Contributors'
WHERE type = 3;
UPDATE developers_types SET typename = 'Minor Contributors'
WHERE type = 4;
COMMIT;

There are no new files, only modification to existing ones. I also
added a rewrite rule to .htaccess. The rule works but I am unsure

I will say that Magnus/Stefans (wrong :P) way results in a smaller
patch.

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)

iD8DBQFHVxXDATb/zqfZUUQRAg6vAJsHWZsYaKV6iRxjD0dK3Isn92G0nACeJeSp
X5ALSlNQqrjPSVLjLorkQUY=
=mbLK
-----END PGP SIGNATURE-----

Attachment Content-Type Size
contributors_3.diff text/x-patch 4.3 KB

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Harald Armin Massa 2007-12-06 10:06:05 could we please favour 8.2 in search for documentation?
Previous Message Magnus Hagander 2007-12-05 20:48:02 Re: Fair large change to contributors