Skip to content

Commit

Permalink
improve function decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jan 14, 2020
1 parent fb12480 commit 37d8348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ Some notes about this function:
END;
$$
LANGUAGE 'plpgsql'
STABLE
IMMUTABLE
STRICT
PARALLEL SAFE;
```
* The `LIMIT` is hard-coded in this example. If you want a user-defined limit you need to add another parameter to your function definition.
Expand Down

0 comments on commit 37d8348

Please sign in to comment.