From f93e2723e31dbc8363b88ddefe35ff0dad75ce85 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 25 Nov 2017 22:00:55 -0600 Subject: [PATCH] Add note that windows people need postgres on path (#117) --- install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.rst b/install.rst index a7ab1bd4e..90e612bbb 100644 --- a/install.rst +++ b/install.rst @@ -34,6 +34,8 @@ To use PostgREST you will need an underlying database (PostgreSQL version 9.5 or * `Instructions for Ubuntu 14.04 `_ * `Installer for Windows `_ +On Windows, PostgREST will fail to run unless the PostgreSQL binaries are on the system path. To test whether this is the case, run ``pg_config`` from the command line. You should see it output a list of paths. + .. _configuration: Configuration