pg_proc system table is not populated correctly
Open
customer issue
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 73
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 129
Description
```
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".
Contributor guide
Assessment
This issue has not been assessed yet.