From 5d71f035f999d633f2f07634794bdb671ad4cbf5 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Mon, 2 Mar 2020 18:55:41 -0500 Subject: [PATCH] update readme files adds postgres readme --- README.md | 1 + database/postgres/README.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 database/postgres/README.md diff --git a/README.md b/README.md index d5d9d4b7..e22f5f51 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ If you are reading this it looks like you are looking to add an egg to your serv ## Database Eggs [MariaDB](/database/mariadb/) +[PostgreSQL](/database/postgres/) ## Game Eggs diff --git a/database/postgres/README.md b/database/postgres/README.md new file mode 100644 index 00000000..68feb186 --- /dev/null +++ b/database/postgres/README.md @@ -0,0 +1,16 @@ +# PostgreSQL +### From their [Website](https://www.postgresql.org/) +The World's Most Advanced Open Source Relational Database + +### Minimum RAM warning +2 Gigabytes minimum recommended + +See here https://www.commandprompt.com/blog/postgresql_mininum_requirements/ + + +### Server Ports +Ports required to run the server in a table format. + +| Port | default | +|---------|---------| +| Server | 5432 |