pgbuiltins: pg_blocking_pids #91068
Labels
A-sql-builtins
SQL built-in functions and semantics thereof.
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-easy
Easy issue to tackle, requires little or no CockroachDB experience
E-quick-win
Likely to be a quick win for someone experienced.
good first issue
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Support
pg_blocking_pids
builtin. Needed for pgadmin.https://www.postgresql.org/docs/current/functions-info.html
We can implement this by making it return an empty array, since Cockroach doesn't use PIDs.
Jira issue: CRDB-21093
The text was updated successfully, but these errors were encountered: