This is NOT true for large objects. In fact their implementation was a direct reponse to this problem.
Large objects are automatically split across rows by the db transparently to the user.
If you want a quickie example, look at the postgres section of the official PHP documentation, it shows how to do large object access on postgres from php.