https://bugzilla.wikimedia.org/show_bug.cgi?id=38930

--- Comment #3 from OverlordQ <[email protected]> 2012-08-02 15:06:53 UTC ---
Postgres, as given the postgres keyword tag, marking it a blocker of the
postgres tracking bug, and the second line of the backtrace which is
DatabasePostgres.php

Version is generally unimportant in this case, as the main issue is the
datatypes in the CREATE statement which have been fairly invariant for the
basic types. Although for giggles it's 9.1.4

INT unsigned => INT
varchar(255) => TEXT
TINYINT unsigned => SMALLINT
FLOAT => REAL
BLOB => BYTEA
varbinary(14) => BYTEA

I think are the general mappings.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to