| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
| Cc: | pgsql-www(at)postgresql(dot)org |
| Subject: | Re: Change to contrubitor order |
| Date: | 2008-01-20 20:42:58 |
| Message-ID: | 4793B252.2030709@hagander.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
Joshua D. Drake wrote:
> After sitting on it for a while I see now that hackers emeritus really
> doesn't belong above major contributor. Please apply:
>
> BEGIN;
> SELECT type,typename,sortorder FROM developers_types;
> UPDATE developers_types SET sortorder = 1 WHERE type = 1;
> UPDATE developers_types SET sortorder = 2 WHERE type = 3;
> UPDATE developers_types SET sortorder = 4 WHERE type = 2;
> UPDATE developers_types SET sortorder = 3 WHERE type = 4;
> UPDATE developers_types SET sortorder = 5 WHERE type = 5;
> SELECT type,typename,sortorder FROM developers_types ORDER BY sortorder;
> COMMIT;
Updated, thanks.
//Magnus
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marc G. Fournier | 2008-01-21 02:35:43 | Re: New email alias |
| Previous Message | Magnus Hagander | 2008-01-20 20:41:48 | Re: Update to about/press/contact |