-
1. `psql -h localhost -p 5432 -U postgres -W -d adrd1 -f /omop_ddl/OMOPCDM_postgresql_5.4_ddl.sql`
2.
```
ALTER TABLE person
ALTER COLUMN care_site_id TYPE float;
ALTER TABLE person
ALTER COLUMN prov…
-
I often get the error:
> ⚠ Your message was not bridged: failed to check if message index is duplicate: database is locked.
Even where the bridge is hosted on a reasonably new iMac on an SSD so …
-
holaa, me gustaria saber como conectarme al server con el postgres, intente usando
psql -h codd.ing.puc.cl -p 22 -U grupo96 grupo96
pero…
-
-
## Bug Report
### Which version of ShardingSphere did you use?
master f1b832ef
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
### Expected be…
-
GeoJSON response is currently built in Python which has an impact on the response time, this should ultimately be added to the work handled by postgres.
-
I tried to load https://grafana.safecast.cc/dashboard/db/scnano-radiation today and noticed the ttserve psql panels aren't loading.
This appears to have also tripped the 5xx alarm for the reporting…
-
https://github.com/rapid7/metasploit-framework/blob/8a46b2b1255faaecd6f3f858b2ac1f3a6cb17fd0/msfdb#L268
This line fails with `ActiveRecord::StatementInvalid: PG::InsufficientPrivilege: ERROR: perm…
-
**Describe the bug**
in cypher query , I cannot use $$ inside a string. my query like this:
select * from cypher('graph1', $$
Match(v:Persion{p_id:'safd$$bbb'}
return v
$$) as (v agtype);
**…
-
Sometimes you want to enqueue a lot of jobs, like 10_000 or more, inserting task one-by-one is not very performant.
Something like can speed up things a lot
```
insert into tasks
values (...), (..…