Lukas Martinelli
Lukas Martinelli
> I'm not sure to understand what are the security implications of using nigit on the Internet, I could see a problem if the input variables are executed , however...
Thanks Vahid. But the one downloaded from releases works? https://github.com/lukasmartinelli/osm-noise-pollution/releases/download/v1.0/noise_pollution.mbtiles > But nevertheless, if one export the mbtiles from the mapbox studio in the local host this works well later...
> I find it rather unsafe to either specify the password from the command-line, or use the environment variable. Yes I could support the standard env vars that `psql` already...
> I created my own select of course but this feature will be move of pgclimb to higher level from my point of view. Can you post the query here...
The column names are normalized. First they are made lowercase and then all special characters are stripped away. But in case of specified column names they shouldn't be normalized. On...
Should be fixed in https://github.com/lukasmartinelli/pgfutter/releases/tag/v1.2 in `master`.
> I have a csv file where one of the fields is called 'references". When I attempt to import I get this error. > > pq: syntax error at or...
> I rename the field to be _references and it gives the same error but for the field "order". I fix that and it imports. I get it now. :grinning:...
I actually did try this before and it did not yield significant speed improvements (for CSV) - I internally use the Postgres COPY command with streaming and it is usually...
Oh do you import large JSON files or files in the JSON lines format (json object per line)? On Jan 24, 2017 12:45 PM, "linuzer" wrote: > I use pgfutter...