Re: PSQL = Yes ... JDBC = no ??
Maciek Sakrejda <m.sakrejda@gmail.com>
From: Maciek Sakrejda <m.sakrejda@gmail.com>
To: Amn Ojee Uw <amnojeeuw@gmail.com>
Cc: "pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2023-09-03T23:46:19Z
Lists: pgsql-general
On Sun, Sep 3, 2023, 16:25 Amn Ojee Uw <amnojeeuw@gmail.com> wrote: > Are you saying that JDBC cannot handle or process \gexec, since it is > PG-15 exclusive? > JDBC cannot handle our process \gexec since it is _psql_ exclusive. It's a command interpreted and evaluated by that client specifically, not by the Postgres server. >