Files
postgres-web/pgweb/featurematrix
Magnus Hagander 88ccd0d6b8 Add feature matrix entry for 9.2, hide 7.4 for layout reasons
Requires manual sql to be run on all installations:

BEGIN;
ALTER TABLE featurematrix_feature ADD COLUMN v92 int;
UPDATE featurematrix_feature SET v92=v91;
ALTER TABLE featurematrix_feature ALTER COLUMN v92 SET NOT NULL;
COMMIT;
2012-05-27 21:07:06 +02:00
..
2010-01-11 22:55:00 +01:00
2010-01-11 22:55:00 +01:00
2010-09-28 16:12:13 +02:00
2010-01-11 22:55:00 +01:00