Open proddata opened 2 years ago
Regarding the missing pg_catalog tables, trying to create mocks currently results on "Cannot create relation in read-only schema", perhaps allowing that could be a low-cost way of enabling workarounds?
Regarding the missing pg_catalog tables, trying to create mocks currently results on "Cannot create relation in read-only schema", perhaps allowing that could be a low-cost way of enabling workarounds?
This can be worked around by creating the mocks in another schema and setting search_path to look in that other schema before pg_catalog
This is a meta ticket tracking current state of missing tables, function features for CrateDB to work with the standard PostgreSQL connectors in DBeaver and Datagrip. Both those tools can be used with either a CrateDB connector or using the CrateDB JDBC driver.
This list is a WIP and might not be complete
Missing general functionality
SELECT ARRAY(SELECT target FROM pg_extension_update_paths(extname) WHERE source = extversion AND path IS NOT NULL) AS available_updates FROM pg_catalog.pg_extension JOIN pg_namespace ON pg_extension.extnamespace = pg_namespace.oid;
oprnegate::regoper
regoper data type missingopcintype::regtype::varchar
regtype data type missingO.amopopr::regoperator::varchar
regoperator data type missingP.amproc::regprocedure::varchar
regprocedure data type missingMissing functions
Missing
pg_catalog
tables