-
It'd be awesome if pgweb could support CRDB! I did some basic testing but things failed pretty quickly.
After fixing #234, I ran into the following problems with the startup query:
```
SELECT
…
-
The postgresql list is: https://www.postgresql.org/docs/8.4/static/functions-info.html#FUNCTIONS-INFO-ACCESS-TABLE
name| return type | description
-- | -- | --
has_any_column_privilege(table, pri…
-
hi,
how about backup and restore?
-
I'm not sur if it's json or just jsonb, but I have table with jsonb field that can represent up to 1MB of json (in his text form). The rendering of row view takes from few seconds to few minutes, the …
-
First, this is an awesome project and I'm happy to be using it! 🙏
I was able to get `pgweb`to run with no problem on my Mac, but when I create a brand new EC2 instance with ALL TRAFFIC open to it,…
-
```
---------:aeon-0.12.0.0 admin$ brew install monero --build-from-source
Updating Homebrew...
==> Downloading https://homebrew.bintray.com/bottles-portable-ruby/portable-ruby-2.3.3_2.leopard_64.b…
-
Hi,
Should it be possible to connect directly to a database using the bookmark url WITHOUT having to go via the login screen?
If so, what is the format for the full URL? For example, if I connect…
-
Hello,
Apologies ahead of time if this is not the proper forum but I didn't see any pgweb questions on StackOverflow. I am trying to use pgweb to view the contents of a table with a text column. …
-
The ability to edit table definition/structure. There must be predefined combo box for Postgres data types.
-
I'm wondering what pgweb does/checks in order for it to show user-defined schemas on the left pane.
Because right now, only the 'public' schema is showing in one of my databases when in fact I have…