Skip to content

Commit

Permalink
Merge pull request #157 from ablearthy/fix/pg-link
Browse files Browse the repository at this point in the history
Fix: update link to PG documentation
  • Loading branch information
nikita-volkov authored Jul 4, 2023
2 parents d62ad09 + 5de064d commit fec0d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Hasql/Private/Encoders.hs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ unknownEnum mapping = Value (Value.unsafePTI PTI.binaryUnknown (const (A.text_st
--
-- The value transimitted is any value encoded in the Postgres' Text data format.
-- For reference, see the
-- <https://www.postgresql.org/docs/10/static/protocol-overview.html#protocol-format-codes Formats and Format Codes>
-- <https://www.postgresql.org/docs/10/static/protocol-overview.html#PROTOCOL-FORMAT-CODES Formats and Format Codes>
-- section of the Postgres' documentation.
--
-- __Warning:__ Do not use this as part of composite encoders like 'array' since
Expand Down

0 comments on commit fec0d0d

Please sign in to comment.