Quote:
Originally Posted by Paul M
Why would you need to change evey file - surely you just have a database class for PostgreSQL ?
|
Well it isn't every file, and is less of a problem now that we have the data managers (at this point reads are the main issue). There is still a lot of SQL (which was put there with mySQL in mind) laying around the files.
Simply putting together a Postgre DB class is not enough. A lot of SQL (and probably some php) needs to be re-done to take advantage of Postgre. If such things were not done I'd rather just see mySQL as the only supported DBMS.