Am just migrating from mysql db to pgsql db, an want to ask about some clarifications on the php pgsql api : *> is pg_fetch_all faster than iterating with pg_fetch_assoc ? *> how to avoid sql injections, should i use the same methods with mysql ? (addslashes)