-
### Description
- use the query for dvdrental database:
```
select * from public.rental as r
join inventory as i on i.inventory_id = r.inventory_id
join public.customer as c on c.customer_id = …
-
We need to tell users how to upgrade their databases for the postgresql-evr extension removal. This means adding:
1. When they can remove the postgresql-evr RPM
2. How to update extension permissi…
-
Hi,
I am trying to use pg-embed to run a test. So I did the following:
cargo.toml
```
...
[dev-dependencies]
pg-embed = { version = "0.7", default-features = false, features = ["rt_tokio", "…
-
### Description
If we use "create function" in a script then syntax checking works great in PostgreSQL. But if we write "create **or replace** function" syntax checking is wrong, look at the pictures…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
采用 Fl…
-
**Is this a request for help?:**
Yes
**Is this a BUG REPORT or FEATURE REQUEST? (choose one):**
This is a request for help.
**Version of Helm:**
Helm: v7.90.9
**What happened:**
I…
-
### Current Behavior
Hello,
In some cases, very old CVEs are identified while they don't seem to actually affect the project. In my case I generate an CycloneDX 1.6 SBOM using trivy for the followin…
-
Running 'docker exec gitlab gitlab-ctl reconfigure` gives the following error
```
ffi-libarchive could not be loaded, libarchive is probably not installed on system, archive_file will not be availab…
-
### Description
Adding "or replace" breaks syntax highlighting with colors.
- use this query:
```
create or replace view table_size as
SELECT
c.relname,
PG_RELATION_SIZE(C.oid) as s…
-
# Environment
Knex version: 2.3.0
Database + version: Postgresql with timescaledb v14.6
OS: Macos 15.0
# Bug
1. Explain what kind of behaviour you are getting and how you think it should do…