Skip to content

mnementh64/postgresql-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL documentation

License

This technical doc has been built by a non DBA PostgreSQL. I have used PostgreSQL a lot and I wanted to learn more about it.

Here is the result of many blogs I read, many confs I have seen, many tests I have done, ...

Enjoy on Github !

To see the doc

It's a MkDocs documentation based on Markdown format.

To display it, go to this directory.

I you have installed MkDocs, run :

mkdocs serve

Or use :

docker run -d --rm -p 8000:8000 -e UID=$(id -u) -e GID=$(id -g) -v $PWD:/mkdocs mnementh64/docker-mkdocs-serve

And, in your favorite browser, go to : http:localhost:8000.

About

Technical documentation for PostgreSQL - built by a developer, not a DBA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors