diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-06 20:52:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-12-06 20:52:59 +0300 |
commit | b7cf0311bf11d0df4524cf86c2a759e27a1f69a7 (patch) | |
tree | acd2d8427f73acb017982073a83b94ae8afd83eb /INSTALL-DEV | |
parent | 0d4ea3bf50f3addb239ff8998c05fa4b367c6c9f (diff) |
Fix installation documentation
Diffstat (limited to 'INSTALL-DEV')
-rw-r--r-- | INSTALL-DEV | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV index af5c06e..ee9f980 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -72,7 +72,7 @@ CREATE EXTENSION postgres_fdw; CREATE SERVER package_server FOREIGN DATA WRAPPER postgres_fdw - OPTIONS (dbname 'brep_package', updatable 'false'); + OPTIONS (dbname 'brep_package', updatable 'true'); GRANT USAGE ON FOREIGN SERVER package_server to <user>; |