-
Thank you for the project. My CodeIgniter projects run well with some adjustments. But I'm having a problem for the database.
I want to use Vercel's PostgreSQL but I can't.
- If I use 'pdo' db…
-
-
I am currently working in an environment where the SSL mode of a PostgreSQL DBMS is enabled. Since this is a DBaaS product hosted in a cloud environment, it is not possible to disable SSL communicatio…
-
Hi.
I use uacctd to collect data on two routers. Data are sent to nfacctd on 3 separate machine. I use PostgreSQL to store data.
This is my config :
```
! uacctd configuration
!
!
!
!systemc…
-
Following the `Fly.io` `Postgres` fiasco https://github.com/dwyl/auth/issues/325#issuecomment-1792297886 we are back to the drawing board when it comes to `Postgres`. 🔍 💭
We took a look at Managed…
-
### Name and Version
bitnami/postgresql:16.0.0
### What architecture are you using?
amd64
### What steps will reproduce the bug?
I am using the Postgresql chart from within the [immich …
-
This repo currently has a set of collation-related helpers that it uses to help normalize model collation behavior between MySQL and SQLite:
* https://github.com/openedx/openedx-learning/blob/main/…
-
### Bareos component version
1. **bareos-fd**: 23.0.5~pre146.7e91df1c0
2. **bareos-dir**: 23.0.5~pre13.2643648c1
3. **bareos-sd**: 23.0.5~pre13.2643648c1
4. **bconsole**: 23.0.5~pre13.2643648c1
…
-
How to switch to postgresql database? there is no config file to enter new value.
-
The people who made PostgreSQL have created this document:
Some things I noticed
- Char should never be used -> We use it a lot
- Varchar(n) should probably not be used -> We use it
Opinions …