age icon indicating copy to clipboard operation
age copied to clipboard

Improve documentation for setup of AGE extension

Open Johan511 opened this issue 1 year ago • 3 comments

While trying to setup the extension, I did face a multitude of problems mostly due to the fact that I already had pg14 installed on my system and had to try to figure out on my own how to install pg11, change the pg_config file, and make sure I connect to the pg11 database using psql.

I hadn't found any proper resources on the internet on how to use multiple versions postgres on the same system without containers.

I would like to add to the documentation the steps to properly setup the age extension when having multiple versions of postgres, and request any regular contributors to guide me on how I could add to the documentation.

Johan511 avatar Sep 26 '22 13:09 Johan511

Thanks for sharing. Will keep an eye on this issue

dehowef avatar Sep 26 '22 16:09 dehowef

Is there anyway I can contribute to the documentation ?

Johan511 avatar Sep 27 '22 05:09 Johan511

@Johan511 yes! you can clone https://github.com/apache/age-website and make changes to the documentation in https://github.com/apache/age-website/tree/master/docs

Once you have made the desired changes, you may issue a pull request and someone will review the changes.

dehowef avatar Sep 27 '22 17:09 dehowef