18 jul 2014 kl. 17:31 skrev Dennis Jenkins <dennis.jenkins...@gmail.com>:
> On Fri, Jul 18, 2014 at 10:16 AM, Andrew Pennebaker > <andrew.penneba...@gmail.com> wrote: > Could we please have the PostgreSQL lexer treat #!... on the first line of a > file as a comment? This would enable .psql scripts to be run with dot-slash > notation preferred by many unix users: > > ./script.psql > > While still allowing the traditional (and Windows compatible) style: > > psql -f script.psql > > > +1 +1, Sounds great! Even though you can accomplish most things in other ways, this seems like the easiest in many scenarios.