darold / pgFormatter

A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI. On-line demo site at http://sqlformat.darold.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misleading error

danicc097 opened this issue · comments

If running on multiple filenames without --inplace, error message is Error: can not use multiple input files with -i | --inplace. while it should be the opposite

pg_format --config .pg_format $file1 $file2, where .pg_format doesn't contain inplace=1