Ruan Pearce-Authers

Results 5 issues of Ruan Pearce-Authers

Would be useful to generate examples.

enhancement

We should support a minimal subset of Postgres' [system metadata tables](https://www.postgresql.org/docs/13/catalogs.html) for automatic introspection in IDEs and data vis tooling.

enhancement

Production use cases should probably just handle this with a dedicated load balancer configured for TLS termination (e.g. ELB, Nginx, Haproxy), and remove the hassles of key management, but for...

enhancement

Postgres supports [various authentication flows](https://www.postgresql.org/docs/13/protocol-flow.html#id-1.10.5.7.3) as part of the startup phase. We should implement a minimal subset of these: - Cleartext - MD5 - SASL For this, we should either...

enhancement

Postgres' [extended query flow](https://www.postgresql.org/docs/13/protocol-overview.html#PROTOCOL-QUERY-CONCEPTS) allows clients to present a statement for parsing that contains placeholder vars (`$1`, `$2`, ...`$n`) and later fill in these vars at the bind phase. However,...

enhancement