# `Postgrex.Path`
[🔗](https://github.com/elixir-ecto/postgrex/blob/v0.22.3/lib/postgrex/builtins.ex#L213)

Struct for PostgreSQL `path`.

## Fields

  * `open`
  * `points`

# `t`

```elixir
@type t() :: %Postgrex.Path{open: boolean(), points: [Postgrex.Point.t()]}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
