Warning: pg_query(): Query failed: ERROR: syntax error at or near "AFTER" at character 54 in /usr/local/www/phpmyfaq.1.6.0/inc/pgsql.php on line 108
ALTER TABLE faqdata ADD solution_id INTEGER NOT NULL AFTER lang
AFTER is not support with PostgreSQL ... not sure how the backend is/was written though, whether taking the 'AFTER lang' part will break anything or not