-
Something similar to: watch -n 5 psql -h localhost -U DB_USER -c "SELECT * FROM DB_TEST;" DB_TESTING.
In order to see changes in DB continuously via peepdb cli.
-
Get version. SELECT version();
to path: C:\Program Files\PostgreSQL\14\bin
check service: services.msc
check port: netstat -a
netsh firewall show state
# "local" is for Unix …
-
dream feature :)
-
FROM dpage/pgadmin4:8.6
USER root
RUN setcap -r /usr/bin/python3.11
ENV PGADMIN_LISTN_ADDRESS=0.0.0.0
ENV PGADMIN_DISABLE_POSTFIX=true
ENV PGADMIN_CONFIG_UPGRADE_CHECK_ENABLED=False
ENV PGADMIN_CONFIG…
-
-
**Describe the bug**
I've noticed that the postgresql service uses psql without specifying `--no-psqlrc`. It should probably, as psql behaviour can be altered substantially from user `.psqlrc`.
…
autra updated
2 months ago
-
The error is `psql: SSL SYSCALL error: Success`
This happens when we use `psql` or `psycopg->libpq5` to connect to a [encrypted](https://www.postgresql.org/docs/current/libpq-ssl.html) `sslmode=req…
-
PG:
```
psql (15.3)
Type "help" for help.
pg=# select INTERVAL '1 week';
interval
----------
7 days
(1 row)
```
RW:
```
psql (15.3, server 8.3.0)
WARNING: psql major version 15, s…
-
Hello,
I'm trying to install a Zabbix server with a Postgresql database. The installation requires a zabbix user with md5 authentication, which implies a modification of pg_hba.conf and therefore a…
-
## Describe the Bug
I'm using puppetlabs-postgresql 10.3.0 together with puppetlabs-puppetdb 8.1.0.
In `database/postgresql.pp` manifest of puppetlabs-puppetdb, `postgresql::server::extension` clas…
absld updated
2 months ago