sql: incorrect types for some pg_constraint columns #64434
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-tools-prisma
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Describe the problem
As per the
pg_constraint
schema here: https://www.postgresql.org/docs/current/catalog-pg-constraint.html, a few of the columns seem to have an incorrect data type. For example, columns such as confdeltype and confuptypeand are represented as strings in CRDB, but are single char columns in Postgres. We should match our schema to Postgres.The text was updated successfully, but these errors were encountered: