Skip to content

Commit

Permalink
Update docs/concepts/insert.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Ollie Charles <[email protected]>
  • Loading branch information
abigailalice and ocharles authored Mar 18, 2024
1 parent 3fbaebd commit d6d7ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/insert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ construct the ``DEFAULT`` expression::
.. warning::
Also note PostgreSQL's syntax rules mean that ``DEFAULT``` can only appear
in ``INSERT``` expressions whose rows are specified using ``VALUES``. This
means if that the ``rows`` field of your ``Insert`` record doesn't look like
means that if the ``rows`` field of your ``Insert`` record doesn't look like
``values [..]``, then ``unsafeDefault`` won't work.


Expand Down

0 comments on commit d6d7ca2

Please sign in to comment.