-
https://github.com/openego/osmTGmod/blob/features/egon/sql-scripts/functions.sql#L2502C21-L2502C33
Hi, unfortunately, this leading to error
NOTICE: v_branch.branch_id: 24907
NOTICE: v_branc…
IsGut updated
1 month ago
-
```
+ PG_BIN=/tmp/neon/pg_install/v16/bin
+ WAL_PATH='/tmp/test_output/test_wal_restore_initdb[release-pg16]/repo/safekeepers/sk1/956d95578c264511d8d0eada890c9991/cf5ea991f6ff2aeec1a9d4911b3aa9fb'
…
-
I usually use multiple schemas in PostgreSQL databases. Unfortunately, `vd/vdsql` only shows `public.*` tables.
An option to configure table visibility would be nice :-)
- by default: show publi…
-
When I'm using Postgres database got error
```
think\db\exception\PDOException: SQLSTATE[42883]: Undefined function: 7 ERROR: function table_msg(unknown) does not exist
LINE 1: ...fault as "default…
-
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…
-
数据库账号密码等信息都正确,执行pgsql到pgsql可以,mysql到mysql也可以,但是执行pgsql到mysql就报错,提示不支援10验证类型
![image](https://github.com/user-attachments/assets/5bea327b-fd70-4ea2-bc48-8bd335ad3a29)
pg_hba.conf中已经配置了全部ip可通过md5加密访问,…
-
sql语句:SELECT n.nspname, c.relname, c.relkind FROM pg_class c LEFT JOIN pg_namespace n ON n.oid = c.relnamespace WHERE c.relkind = ANY ('{r,v,m}'::char[]) ORDER BY n.nspname, c.relname
pgsql版本: Postg…
-
```
Hello! Thanks for great panel. Better than poweradmin (and as i can see,
poweradmin development is halted)
Well, my request is to add PgSQL support to panel. For example, my supermaster
uses PgS…
-
Logs from `pgcopydb index/constraint worker`
```bash
2024-06-04T15:46:50.589Z test_db 83 indexes.c NOTICE CREATE UNIQUE INDEX t_volume_adjust_pkey ON u_testdb_00.t_cal_volume_adjust US…
-
Hello guys, I'm trying to migrate all data from MSSQL to PGSQL, everything works fine, the data is migrated.
The problem is I don't understand why the case is not respected, for example if I have …