From c2dba941091e0756a53285f09ccff25e3f839ac0 Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Sun, 28 Nov 2021 13:46:06 +0000 Subject: [PATCH] added thanks --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 594babc..5843fda 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Simple Resolve project server with automatic backups - [The Different PostgreSQL versions](#the-different-postgresql-versions) - [Using PostgreSQL 11 on Windows](#using-postgresql-11-on-windows) - [Using PostgreSQL on Mac](#using-postgresql-on-mac) + - [Thanks](#thanks) ## Introduction @@ -49,4 +50,7 @@ Resolve still uses a legacy feature that has been removed in PostgreSQL 12, so t 3. **Link Resolve to the new version** - Open Resolve, and connect to/open a PostgreSQL database. Start to run a database command (optimize, backup, restore) and Resolve will ask you to point it to PostgreSQL bin folder. This is inside the folder you picked in the PostgreSQL 11 installation, likely "C:\Program Files\PostgreSQL\11\bin" ### Using PostgreSQL on Mac -Unfortunately, Resolve on a Mac doesn't have a way to point to a different version of PostgreSQL. You can still connect to a PostgreSQL 11 server from a Mac, you just won't be able to optimize, backup, or restore your database. \ No newline at end of file +Unfortunately, Resolve on a Mac doesn't have a way to point to a different version of PostgreSQL. You can still connect to a PostgreSQL 11 server from a Mac, you just won't be able to optimize, backup, or restore your database. + +## Thanks +(to be continued) \ No newline at end of file