The following bug has been logged on the website:
Bug reference: 16893
Logged by: Fcant
Email address: fcscanf(at)outlook(dot)com
PostgreSQL version: 13.1
Operating system: CentOS
Description:
I did a pagination query using PSQL’s JDBC to query the total number of
records using select count (*) , but the JDBC driver is ERROR: Error:
argument of OFFSET must B E Type bigint, not type character varying.
However, the offset keyword is not actually used in the select count (*)
statement.