-
I have just created a Helm chart for pgweb: https://artifacthub.io/packages/helm/ectobit/pgweb
-
While pgweb is used a front-end, a stop-gap app is needed for users to change their passwords for the underlying PostgreSQL database. Information about proposed solution can be found [here](https://gi…
-
works:
```
lb_service:
type: string
from:
service_link:
prompt: Pick a loadbalancer
image: kontena/lb
```
explodes:
```
lb_service:
type: string
…
matti updated
7 years ago
-
I have a huge table of 10G rows. It is split into 1000 partitions - almost half of those are empty to be ready for future data influx. Problems:
* I can't find the table name under the `tables` drop-…
jimis updated
8 months ago
-
With this?
https://github.com/sosedoff/pgweb/
https://github.com/idaunis/mod_go
-
Sorry if this is not the right place to report this or if it has been reported already.
With any of `?`, `{`, `^`, `]`:
```
Error: parse ...
```
FTR these work:
```
$ psql postgres://user…
-
I would like to be able to store the query history in the History tab in browser storage instead of in the server memory. This would make it per-user and persist after restarting pgweb.
-
![image](https://github.com/user-attachments/assets/394b6c3e-1530-4054-876f-faddeda5078f)
-
Identifier quoting is incorrect and fails sometimes. Steps to reproduce:
- run psql
- do the following commands in the psql
```
postgres=# create table "bad ""table" (id int);
CREATE TABLE
postg…
-
Below is the error message we got for Docker.
Resolved the issue by removing web portion
```
web:
image: sosedoff/pgweb
environment:
- DATABASE_URL=postgres://codefordc:codef…