missing bits
[mdref/mdref-pq] / pq / Types / refresh.md
1 # void pq\Types::refresh([array $namespaces = NULL])
2
3 Refresh type information from `pg_type`.
4
5 ## Params:
6
7 * Optional array $namespaces = NULL
8 Which namespaces to query (defaults to `public` and `pg_catalog`).
9
10 ## Throws:
11
12 * pq\Exception\InvalidArgumentException
13 * pq\Exception\BadMethodCallException
14 * pq\Exception\RuntimeException
15