sql: unable to retrieve built-in function descriptions via pg_objdescription
#95292
Labels
A-sql-builtins
SQL built-in functions and semantics thereof.
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-vtables
Virtual tables - pg_catalog, information_schema etc
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Describe the problem
Currently we can't retrieve builtin function comments via
pg_objdescription
, e.g. viaThis would be needed e.g. in:
\df
handling via clisqlshell: new infrastructure for describe commands #88061Expected behavior
Built-in comments can be retrieved via
pg_objdescription
.cc @rafiss for triage.
Epic: CRDB-23454
Jira issue: CRDB-23456
The text was updated successfully, but these errors were encountered: