On 6/4/25 9:39 AM, Dominique Devienne wrote: > On Wed, Jun 4, 2025 at 5:29 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote: >>> $ ./myruntests.csh tests_pdgm_schemas -t "..." --pq-version >>> Connected to ... (17.4, server 18.0) >> >> What is '(17.4, server 18.0)' referring to? >> >> What is the actual test being run below? > > 17.4 is the client-side version, i.e. the LibPQ used. > server 18.0 is the server version we're connected to.
What happens if you use the 18 version of libpq?
Shouldn't the client version only matter for the SQL generated by psql meta-commands? (Because what meta-commands drop roles?)