Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add more explanation about limitations
  • Loading branch information
jsc0218 authored Jul 10, 2020
1 parent 4be6ad9 commit 1da8402
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ We test this foreign data wrapper on Ubuntu Server 18.04 using PostgreSQL-11 tog
- The first attribute in the table definition must be the primary key.
- Composite primary key is not supported for now.
- Composite primary key can be achieved via creating a new data type `CREATE TYPE ... AS`.
- Do not support secondary index.
- ACID relies on the storage engine.
Expand Down

0 comments on commit 1da8402

Please sign in to comment.