-
Is there any particular reason why this nice extension is not supporting tables which are synced by logical replication?
I suppose that has to do with the fact that replication is transferring byte d…
-
### Version Information
Server Version: 2.37.0
CLI Version (for CLI related issue):
Environment
OSS
### What is the current behaviour?
What is the expected behaviour?
Slow consol…
-
Should Materialized Views be listed by `dbListTables()`?
I'd argue they should since they are objects that share characteristics of both Tables and Views, both of which are returned by `dbListTabl…
-
`metaFunctions.sql` uses `pg_views`, `prepareClassDB.sql` uses `pg_roles`. Using `Information_Schema` increases the use of standards compliant code (desirable), and makes it easier to port the scripts…
-
### Pitch
At present, handling of refreshing materialized views is partially done concurrently, partially not. Especially the REFRESH MATERIALIZED VIEW "follow_recommendations" takes considerable tim…
-
In my `dbt_project.yml` I specify that all views should not use schema binding i.e. "late binding views" which is recommended for redshift to avoid errors.
```
models:
# Use late-binding views…
-
### Version Information
Server Version:
Docker Container - (hasura/graphql-engine:latest) [ v2.39.2 ]
Docker Container - (cockroachdb/cockroach:latest) [ v23.2.5 ]
### Environment
OSS
##…
-
Firstly Thanks for the nice work of pglive, i just try this code, but found issues when i use crosshair, if i enable the ignore_auto_range, the crosshair value it totally not correct,…
-
It looks like the `pg_monitor` predefined role is sufficient for pganalyze-collector, so granting access should be as simple as:
```sql
GRANT pg_monitor TO pganalyze;
```
This seems to be suff…
-
### What version of `drizzle-orm` are you using?
0.35.2
### What version of `drizzle-kit` are you using?
0.26.2
### Describe the Bug
Create 1 or more views using any of `pgMaterializedView` or `m…