graphql-engine/server/src-lib/Hasura/Backends/Postgres
Auke Booij b03ed983f1 Remove spaces before colons in error messages and descriptions
This PR is the result of running the following commands:
```bash
$ git grep -l '".* : "' -- '*.hs' | xargs sed -i -E 's/(".*) : "/\1: "/'
$ scripts/dev.sh test --integration --accept
```

Also manually fixed a few tests and docs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6148
GitOrigin-RevId: cf8b87605d41d9ce86613a41ac5fd18691f5a641
2022-10-01 14:48:58 +00:00
..
Connection Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
DDL Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
Execute server: Rename AltJ to ViaJSON 2022-09-21 18:42:30 +00:00
Instances server: feature flag for disabling TABLE_updates fields 2022-09-26 13:25:37 +00:00
Schema server: import local Postgres modules as Postgres 2022-09-21 11:35:50 +00:00
SQL replace SELECT FROM with SELECT 1 FROM to fix count aggregates for cockroachdb 2022-09-22 13:58:03 +00:00
Translate server/postgres: address translateTableRelationship feedback 2022-09-27 14:16:52 +00:00
Types Simplify instance boilerplate 2022-08-11 16:32:41 +00:00
Connection.hs server: split the Postgres Connection module 2022-03-09 07:15:17 +00:00
DDL.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00