We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32811d4 commit 7e2bd7eCopy full SHA for 7e2bd7e
README.md
@@ -57,7 +57,7 @@ CREATE EXTENSION postgres_protobuf;
57
58
First, you need to tell the extension about your protobuf schema.
59
Run the protobuf compiler `protoc` on your `.proto` files with
60
-`--descriptor_set_out=path/to/schema.pb`,
+`--descriptor_set_out=path/to/schema.pb` and `--include_imports`,
61
then insert that file to the database with
62
63
```sql
0 commit comments