``` pgeltestdb=> select count(*) from pg_catalog.pg_proc where proname='version'; count ------- 0 (1 ligne) ``` Expecting 1 because the `version` function is indeed defined. Using the current Docker image, which reports version() as "PostgreSQL 15.5".