Skip to content

pg_proc system table is not populated correctly #2148

@emarsden

Description

@emarsden
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".

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions