pgweb icon indicating copy to clipboard operation
pgweb copied to clipboard

Cross-platform client for PostgreSQL databases

Results 101 pgweb issues
Sort by recently updated
recently updated
newest added

I have a table with one `bytea` column where I'm storing small images. Unfortunately, if I'm having like more than 10 rows there, `pgweb` totally hangs when I want to...

bug
help wanted

This question arised from learning this one: http://go-database-sql.org/connection-pool.html I did neither careful code study nor experiments, but there is a feeling that there's no need for files like pkg/api/session_cleanup.go. Instead...

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...

The ability to see a pretty printed, syntax highlighted display of the definition of a given view / materialized view in the Structure tab would be extremely handy. The command...

Currently all session management happens in the api module and does not have any locking around creating/removing sessions, which will cause panics. Lets setup a connection manager that will handle...

enhancement

While writing queries, I see that the table or column names are not shown for the user to select based on the first few typed characters. It would definitely help...

This would enable viewing of tables with many columns without need to scroll between them.

Sure there'll be several schools of thought on this but I frequently will sort a table by a field, check a row, then browse to another table to cross-reference something,...

There must be options for setting quoting char and delimiter char

Need encrypted version of toml server configs (bookmark) for saving passwords to servers. A user must supply master password for encrypting and decrypting.