Database error
Query: SELECT books.id
		, books.title
		, books.isbn
		, books.title_a
		, books.title_p
		, books.info_title
		, books.volumes
		, books.keywords
		, books.pubyear
		, books.pagination
		, books.cota_raft
		, books.cota_unicat
		, books.ilustrations
		, books.additionalmaterial
		, bookAuthors.authors
		, bookClassification.class_ids
		, bookClassification.class_descs
		, publishers.name AS pubname
		, publishers.city AS pubcity
		, users.name 
		FROM books 
		LEFT JOIN bookAuthors ON books.id=bookAuthors.book_id 
		LEFT JOIN bookClassification ON books.id = bookClassification.book_id 
		JOIN publishers ON books.pub_id = publishers.id 
		JOIN users ON books.o_uid = users.uid ORDER BY books.title ASC OFFSET 9440 LIMIT 40
Result: ERROR:  character with byte sequence 0xe2 0x80 0x9d in encoding "UTF8" has no equivalent in encoding "LATIN2"