diff --git a/packages/doltgres/content/reference/sql-support/system-catalog-schema.md b/packages/doltgres/content/reference/sql-support/system-catalog-schema.md index 15bc01a5..ac4477a1 100644 --- a/packages/doltgres/content/reference/sql-support/system-catalog-schema.md +++ b/packages/doltgres/content/reference/sql-support/system-catalog-schema.md @@ -26,7 +26,7 @@ what you need. | [pg_cast](https://www.postgresql.org/docs/current/catalog-pg-cast.html) | ✅ | ❌ | | [pg_class](https://www.postgresql.org/docs/current/catalog-pg-class.html) | ✅ | 🟠 | | [pg_collation](https://www.postgresql.org/docs/current/catalog-pg-collation.html) | ✅ | ❌ | -| [pg_constraint](https://www.postgresql.org/docs/current/catalog-pg-constraint.html) | ✅ | ❌ | +| [pg_constraint](https://www.postgresql.org/docs/current/catalog-pg-constraint.html) | ✅ | 🟠 | | [pg_conversion](https://www.postgresql.org/docs/current/catalog-pg-conversion.html) | ✅ | ❌ | | [pg_database](https://www.postgresql.org/docs/current/catalog-pg-database.html) | ✅ | 🟠 | | [pg_db_role_setting](https://www.postgresql.org/docs/current/catalog-pg-db-role-setting.html) | ✅ | ❌ |