BUG #16893: JDBC Error

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: fcscanf(at)outlook(dot)com
Subject: BUG #16893: JDBC Error
Date: 2021-02-24 07:52:36
Message-ID: 16893-2a5b9ea99f33135d@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-02-24 09:42:45 BUG #16894: PANIC: WAL contains references to invalid pages
Previous Message Michael Paquier 2021-02-24 05:03:40 Re: BUG #16801: Invalid memory access on WITH RECURSIVE with nested WITHs