From: <no...@so...> - 2001-05-10 13:00:42
|
Patches item #423008, was updated on 2001-05-10 06:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=304421&aid=423008&group_id=4421 Category: MAIN branch Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alessio Bragadini (alessio) Assigned to: Nobody/Anonymous (nobody) Summary: Schema changes for PostgreSQL Initial Comment: This patch fixes some bugs in the PostgreSQL database schema, and tries to ease the port from MySQL. Aligned PostgreSQL tables to MySQL tables as much as possible. Split back users table into users_*. Fixed some char(x) when varchar(x) makes much more sense. Added mysql emulation functions: ifnull, from_unixtime, unix_timestamp, to_days, from_days This patch supercedes an earlier, not commited patch. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=304421&aid=423008&group_id=4421 |