summaryrefslogtreecommitdiff
path: root/lib/pgsqlschema.php
AgeCommit message (Expand)Author
2010-05-17fix the column modify on stuff for postgres. change serial to bigserialBrenda Wallace
2010-05-15comment out the extra bit, cos there's always mysql-only stuff in therre.Brenda Wallace
2010-05-15caitalise the sql keywordsBrenda Wallace
2010-05-15indexes now working in postgres schemasBrenda Wallace
2010-05-15removed sneaky debug echo that shouldn't be thereBrenda Wallace
2010-05-15sorted enums and auto_increments on postgres.Brenda Wallace
2010-03-11Remove stray whitespace at file start that snuck into last updateBrion Vibber
2010-03-10removed a stay bit of debugBrenda Wallace
2010-03-10map the mysql-ish column types to ones postgres likesBrenda Wallace
2010-03-10primary keys and unique indexes working in postgresBrenda Wallace
2010-03-10throw an error that looks like mysql errors.. :-SBrenda Wallace
2010-01-31move schema.type.php to typeschema.php like other filesEvan Prodromou