We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23ff4a commit 369a332Copy full SHA for 369a332
1 file changed
README.md
@@ -56,7 +56,13 @@ We test this foreign data wrapper on Ubuntu Server 18.04 using PostgreSQL-11 tog
56
57
sudo make uninstall
58
```
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
66
# Usage
67
68
Before using this foreign data wrapper, you need to add it to ```shared_preload_libraries``` in your ```postgresql.conf```
0 commit comments