Categories | Question details Back To List | ||
PostgreSQL Support for dataProcessor Does anybody have a DataProcessor-port for PostgreSQL. I don't want to do the port again if there is one available already. Greets from Germany, Steffen. Answer posted on Oct 12, 2007 10:42 There is no such thing as far as I know, but it not a problem to update it for any DB, actually it mainly differs only by db command all mysql_* need to be replaced with pg_* equivalents. |