-
When I run startup script it just stands still without any info reported back (no server is online)
But i figured out how to enable debug mode and there's what it prints out on startup:
```
D:\Pr…
-
# Using dynamic variables in psql
When developing in PostgreSQL, one may run into the fringe situation of being unable to use PL/pgSQL. Since the \set command of psql can't be set dynamically, you ha…
-
I'm unable to stop pg_cron scheduler, even after I drop the extension. I also tried to restart the cluster and whole postgres service, but the scheduler is still running.
This is an issue, because …
-
### Dependency
- #177
### Overview
We need to document project dependencies, such as the psql command and `manage.py dbshell` requires `psql`, which requires `PostgresSQL`
### Action Ite…
fyliu updated
1 month ago
-
This error occurs during the `matrix-postgres : Execute Postgres additional database initialization SQL file for synapse` play. The error output is below. It first appeared when I added the necessar…
-
## Description
Create a production-ready script that communicates with GraphQL to fetch the alert banner data and update the pSQL database accordingly, ensuring real-time data retrieval for production…
-
**Describe the bug**
src/Sql/SqlPgsql.php line 47 is:
return 'psql -q ON_ERROR_STOP=1 ';
This is the wrong syntax. The ON_ERROR_STOP is being ignored, you can see this if you remove the '…
-
As part of #5675, perform a full db dump of ol-db1 and import into ol-db0 after it's provisioned (#9153), potentially using: https://github.com/internetarchive/olsystem/blob/master/bin/postgres/pg-bac…
-
I have configured a PostgreSQL target in WarpGate and need assistance with the correct connection command. I have set up the warpgate.yaml configuration file as follows:
```
**postgres:
enable:…
vjmax updated
2 months ago
-
### Describe The Bug
Quoting for piping into `psql` doesn't work cross-platform.
### To Reproduce
For example this works on Windows:
```toml
[tasks.init]
script_runner = "@shell"
script =…