-
Connecting to my invisible psql database worked just fine , but when i try to connect to a non visible one i get this error ( ERROR DATABASE HAS VANISHED )
How to overcome this?
-
I was trying to recover database PostgreSQL with TimeScaleDB according your instruction:
`systemctl stop zabbix-server.service
sudo -u postgres dropdb zabbix
sudo -u postgres createdb -O zabbix z…
-
Hello,
I just deployed a new Azure Database for PostgreSQL resource. When configuring the deployment, I selected the latest `PostgreSQL version` (v16). However, when I log into the database with Az…
-
This is not really an issue, rather a question about how to use the extension from `psql`.
I've installed it on server 13.3, and in one session I've done:
```
pgbench=# set client_min_messages t…
-
We have a Windows Server 2019 Standard that has multiple versions of PostgreSQL installed on it, v13, v14, and v16. Each version is running on a different port. We would increase the older versions po…
-
I'm using -X excludeColumnRegex to hide some columns in my schema.
## Expected Behavior
I want to hide those columns entirely, not gray them out
## Current Behavior
the columns are visible…
-
As was done for udp_forwarder in #365.
-
Hi Darold,
We are facing below error, please help us on this.
1) psql:/backend/migration/scripts/blob/procedure.sql:75: ERROR: syntax error at or near ","
LINE 20: SELECT EXTRACT[kpacD…
-
No data is being shown when I query my database using this plugin.
I can confirm that i'm connected, and my tables are shown along with each field and their data types.
I've tested the same quer…
-
### Describe the bug
In our code, `config` in `FeStartupMessage` is not handled.
e.g., psql's `PGOPTIONS`
```bash
PGOPTIONS="-c search_path=foobar" risedev psql
```
will send
```
TRACE handl…