cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.5k stars 3.7k forks source link

pg_catalog: support pg_extension #80012

Open jordanlewis opened 2 years ago

jordanlewis commented 2 years ago

We should emit an entry for postgis in pg_extension, and likewise for other extensions we might eventually support (e.g. pg_trgrm in #41285).

This prevents the \dx shortcut from psql from working correctly.

Jira issue: CRDB-15687

otan commented 2 years ago

this indeed blocks osm2pgsql: https://github.com/cockroachdb/cockroach/issues/82946#issuecomment-1156811948

wonder if we should backport any additions.

otan commented 2 years ago

Couple of thoughts about this: