Dickson S. Guedes
Dickson S. Guedes
It would be nice if I could choose at install step which contribs/extensions will be installed. We could, also, create an action to do that integrated with [pgxn-client](http://pgxnclient.projects.postgresql.org/)
This allow you to have many data directories for the same PostgreSQL Installed Version - create Creates a new cluster (PGDATA) - remove Removes a cluster - rename Renames a...
Today `pgvm` is all in `bash`, but talking with @fabriziomello, @lhcezar and @fike, we think that this could be split into more layers. The actual internal file structure is stable...
Hi all. From the @sebastianwebber's work on adding `clap` and a `--help` I saw the opportunity to improve pgcat with some cli commands to eliminate some "toil". The current code...
**Is your feature request related to a problem? Please describe.** From the @sebastianwebber's work on adding clap and a `--help` I saw the opportunity to improve pgcat with some cli...
Some ways to use: ``` CREATE FOREIGN TABLE xxxx ( dn text, object_body text ) .... OPTIONS ( ... , exclude_attributes 'userPassword, homeDirectory') ``` Columns could be declared explicitly so...