Dear Sir/Madam, I am using postgresql our java application. In that when I want to insert largeobject like this LargeObjectManager lo = ((org.postgresql.Connection)conn).getLargeObjectAPI(); InputStream is = rs.getBinaryStream(); but it gives me compilation error: cannot resolve symbol symbol : method getBinaryInputStream ()
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html