dolthub / dolthub/doltgresql

pg_proc system table is not populated correctly

Open
#2,148 2 comments 0 reactions 1 assignee Assigned to @NathanGabrielson View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.