Skip to content

Commit c23ff4a

Browse files
committed
Fix README.md
1 parent a04beb0 commit c23ff4a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ We test this foreign data wrapper on Ubuntu Server 18.04 using PostgreSQL-11 tog
5959

6060
# Usage
6161

62+
Before using this foreign data wrapper, you need to add it to ```shared_preload_libraries``` in your ```postgresql.conf```
63+
64+
shared_preload_libraries = 'kv_fdw' # (change requires restart)
65+
66+
and restart Postgres:
67+
68+
69+
```sh
70+
sudo service postgresql restart
71+
```
72+
6273
This extension does not have any parameter. After creating the extension and corresponding server, you can use RocksDB as a foreign storage engine for your PostgreSQL.
6374

6475
A simple example is as follows.

0 commit comments

Comments
 (0)