Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Change to contrubitor order


  • From: Magnus Hagander <magnus(at)hagander(dot)net>
  • To: "Joshua D. Drake" <jd(at)commandprompt(dot)com>
  • Cc: pgsql-www(at)postgresql(dot)org
  • Subject: Re: Change to contrubitor order
  • Date: Sun, 20 Jan 2008 21:42:58 +0100
  • Message-id: <4793B252(dot)2030709(at)hagander(dot)net>

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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group