mapbox / postgis-vt-util

postgres helper functions for making vector tiles
BSD 3-Clause "New" or "Revised" License
273 stars 63 forks source link

Set psql settings to defaults, and don't force a user #11

Closed pnorman closed 9 years ago

pnorman commented 9 years ago

A user might have a psqlrc file which sets non-default values, which can cause problems for trying to parse the psql response. These flags are suitable for parsing the results in a bash script

Avoid forcing a particular user. If a particular user is needed this can be set with PGUSER

ajashton commented 9 years ago

:+1: thanks