-
Hi, how to connect to remote postgres? I add
```
db_host = $$$.$$$:$$$.$$
db_port = 5432
db_user = peasdasd
db_password = sadasd#
```
in .conf but cannot connect and see 500 error,
my doc…
-
### Application contact emails
gabriele.bartolini@enterprisedb.com,leonardo.cecchi@enterprisedb.com,francesco.canovai@enterprisedb.com,marco.nenciarini@enterprisedb.com,armando.ruocco@enterprisedb.co…
-
When importing data to a Postgres database use the copy command default behavior which is null values instead of blank ones.
For an experienced DBA, it is expected that the default value of a blank…
-
Road restrictions are available here: `ROAD_DBA.RR_XML_IN` in the Oracle database CARTEDBA (internal Oracle DB located at 703 DM).
The timestamps are in some modified UNIX format, where you have to…
-
https://xiongcccc.github.io/postgres-howtos/#/README
Description
-
my postgres version is 12.1:
Type your choice and press :
t1
psql:/home/pg121/postgres_dba/sql/t1_tuning.sql:7: error: unrecognized value ":postgres_dba_interactive_mode" for "\if expression": Bo…
-
We are using the schema tool to manage our Postgres DB schema at AppNexus for the AppNexus Exchange API. We ran into a slight issue because the way we set up our initial alters would `CREATE DATABASE`…
-
Note that this should work elegantly with the fact that Postgres considers all NULLs unique in `createdAt` field, so we might need to use a partial unique index:
- https://dba.stackexchange.com/que…
-
Hi Henrik, we've finally a Postgres and Postgis connection ready and we've generated succesfully midvatten tables in public schema.
A question that my DBA poses to me it's the following.
Do we neces…
-
## Problem
This just happened on a production instance. `NOTIFY pgrst` wasn't triggering a schema cache reload while according to `pg_stat_activity` the `LISTEN` channel was up for several days:
…