[racktables-users] Re: support for PostgreSQL?

Hello.

> I wonder since it's written against PDO if it won't "just work" when
> run against pgsql?  

It surely won't, because, e.g. MySQL's
LAST_INSERT_ID/INET_NTOA/INET_ATON (and probably other names) miss from
Postgres function list. Then, I suspect JOINs to return different record
sets (if ever) and there may be other issues we don't even know about
at the moment. We might consider going SQL-agnostic later, with more
resources to invest, but today it seems more reasonable to stick with
what we have.

-- 
    DO4-UANIC

Other related posts: