-
Are there any documentation for how to use chaos toolkit azure for postgres db instances?
-
Hello,
When writing an sql with an error and executing it on PostgreSQL it displays the error.
If I correct the error.
Example :
![image](https://github.com/squirrel-sql-client/squirrel-sql-c…
-
**Sua solicitação de melhoria está relacionada a um problema? Por favor descreva.**
Incorporação do PostgresSQL ao Ecossistema
-
Hello,
I would like to use PostgresSQL, do you think it would be possible without too much change ?
I'll attempt to do changes to the docker-compose.yml (env variables) but the Rust code might need …
-
Hi Pete,
I've been using vote_fu for my simple web app (http://www.playgroundrus.com) on AWS. Since it's quite expensive for little traffic, I moved it to Heroku.
I didn't realize that Heroku uses …
-
Research, maybe there are free / trial / cheap web services, such as Azure SQL server, which hosts PostgreSQL / Oracle databases.
Ref #372
-
创建索引:
1. 常用字段上创建gin索引
```sql
CREATE INDEX if not exists 索引名称 ON 表名 USING gin ((j #>'{dept,id}'));
```
2. 范围查询 btree索引
```sql
CREATE INDEX if not exists 索引名称 ON 表名 USING btree((j #>'{dept,id}'…
-
question:
The following error was encountered and keeps looping.
I tried a postgresSQL query and didn't actually insert any data.
![image](https://github.com/user-attachments/assets/f6ad6939-db…
-
If i throw error in postgres stored procedure like raise exception 'something' using errcode='OF001'; — i get only the message
```
lps_1 | 2016/05/12 09:13:41 [notice] 21#0: *181 [lua] app.lua:22: /…
-
### Bug
Hi,
I tried to upgrade 19.0.3 to 20.0.0. The database migration scripts throws an error:
DB_ERROR_42830 (Req 220): ALTER TABLE llx_societe_commerciaux ADD CONSTRAINT fk_societe_commerci…