Skip to content

Commit 0ce1309

Browse files
authored
Clarify the client must come from the pool
1 parent 69dee87 commit 0ce1309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/postgraphile/usage-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ instead (see below). The below options are valid for
9191

9292
- **`pgConfig`**: An object or string that will be passed to the [`pg`][]
9393
library and used to connect to a PostgreSQL backend. If you already have a
94-
client or pool instance, when using this function you may also pass a `pg`
95-
client or a `pg-pool` instance directly instead of a config.
94+
pool client or a pool instance, when using this function you may instead
95+
pass that pool client or `pg-pool` instance directly instead of a config.
9696
- **`schemaName`**: A string which specifies the PostgreSQL schema that
9797
PostGraphile will use to create a GraphQL schema. The default schema is the
9898
`public` schema. May be an array for multiple schemas.

0 commit comments

Comments
 (0)