Skip to content

Commit

Permalink
Fix typo in docs (#207)
Browse files Browse the repository at this point in the history
floscha authored Nov 27, 2023
1 parent 323fc5f commit 845eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ For other more complex changes, like adding a `NOT NULL` constraint to a column,

In order to work with the multiple versioned schema that `pgroll` creates, clients need to be configured to work with one of them.

This is done by having client applications configure the [search path](https://www.postgresql.org/docs/current/ddl-schemas.html#DDL-SCHEMAS-PATH) when they connnect to the Postgres database.
This is done by having client applications configure the [search path](https://www.postgresql.org/docs/current/ddl-schemas.html#DDL-SCHEMAS-PATH) when they connect to the Postgres database.

For example, this fragment for a Go client application shows how to set the `search_path` after a connection is established:

0 comments on commit 845eee7

Please sign in to comment.