Skip to content

Commit ad8a8df

Browse files
committed
Simplify PgLargeObjects.LargeObject.create/2 documentation
Let's just refer to `open/3` for a list of options.
1 parent 4310046 commit ad8a8df

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lib/pg_large_objects/large_object.ex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ defmodule PgLargeObjects.LargeObject do
6666
6767
## Options
6868
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.
69+
See `open/3` for a list of supported options.
7370
7471
## Return value
7572

0 commit comments

Comments
 (0)