PgLargeObjects.LargeObject.create/2
1 parent 4310046 commit ad8a8dfCopy full SHA for ad8a8df
1 file changed
lib/pg_large_objects/large_object.ex
@@ -66,10 +66,7 @@ defmodule PgLargeObjects.LargeObject do
66
67
## Options
68
69
- * `:bufsize` - number of bytes to transfer at a time when streaming into/out
70
- of the object.
71
- * `:mode` - can be one of `:read`, `:write` or `:read_write` indicating
72
- whether to open the object for reading, writing, or both.
+ See `open/3` for a list of supported options.
73
74
## Return value
75
0 commit comments