Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
jemgillam committed Jan 24, 2025
1 parent e8340d9 commit 38ff3df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ experience.
- **Use the defaults** for formatting output; for example we only support the
default `intervalstyle = 'postgres'` rather than `intervalstyle = 'iso_8601'`.
Many times this can be solved by returning the relevant default setting value
from the [pgSettings function](./usage-library/#pgsettings-function).
from the [pgSettings function](./usage-library#pgsettings-function).
- **Use UTF8 encoding**: GraphQL operates over the UTF8 character set, using
different encodings may impact your ability to store/retrieve certain values.

Expand Down

0 comments on commit 38ff3df

Please sign in to comment.