Skip to content

Commit 369a332

Browse files
committed
Add the limitation section into README.md
1 parent c23ff4a commit 369a332

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ We test this foreign data wrapper on Ubuntu Server 18.04 using PostgreSQL-11 tog
5656

5757
sudo make uninstall
5858
```
59-
59+
60+
# Limitations
61+
62+
- The first attribute in the table definition must be the primary key.
63+
64+
- Composite primary key is not supported for now.
65+
6066
# Usage
6167

6268
Before using this foreign data wrapper, you need to add it to ```shared_preload_libraries``` in your ```postgresql.conf```

0 commit comments

Comments
 (0)